M
Matt
I have a query that contains 10 yes/no data type fields, and some other
calculated fields from a customer table. The query is displayed in a subform
within a form.
There is a combo box that I want the user to select which will then locate
the corresponding yes/no field in the query and enter TRUE in the criteria.
The code will then requery the subform and the user can view the correct
yes/no field conrtaining True values only. Is there code that will perform
say a Dlookup in the query and set the criteria to true or false? I tried
using a huge IIf statement, however I ran out of room in my expression
builder.
Thanks,
Matt
calculated fields from a customer table. The query is displayed in a subform
within a form.
There is a combo box that I want the user to select which will then locate
the corresponding yes/no field in the query and enter TRUE in the criteria.
The code will then requery the subform and the user can view the correct
yes/no field conrtaining True values only. Is there code that will perform
say a Dlookup in the query and set the criteria to true or false? I tried
using a huge IIf statement, however I ran out of room in my expression
builder.
Thanks,
Matt