First, not sure if I should be posting this in the "Forms" forum or "Query" forum but since it is seems essentially a query problem will post here first.
I am trying to develop a form with several Yes/no fields representing an applicants room preferences and as these fields are checked of (-1) it will re-query the rooms list with the new criteria.
So...
Form: Form!AppChoice Fields (all yes/no): Floor1, Floor2, etc PlanA, PlanB, etc, ...
Subform: Form!Rooms (not linked) Fields: same as Form but with roomnumber
ID as identifier in both.
I initially did this with a filter but that only worked for one filtered field at a time. I need to check several criteria and end up with a list of rooms that meets that criteria.
Been working and researching for many hours. I know there are members that can likely do this in their sleep. Will very much appreciate their help.