L
LDMueller
I have Access 2003. One of my Tables has multiple fields with the Data Type
Yes/No and a Display Control of Checkbox.
I have a query by form with multiple text boxes and a related query. One of
my query examples is listed below.
Like "*" & [Forms]![F_CatSearch]![txtGumChewing].
I need to be able to make multiple selections for my query's output. My
problem is in the form I have to put "-1" in the field for my query to work.
I want to be able to have a checkbox in my form so the user can check the
items they want selected in the query.
Can anyone help with this?
Thanks in advance!
Yes/No and a Display Control of Checkbox.
I have a query by form with multiple text boxes and a related query. One of
my query examples is listed below.
Like "*" & [Forms]![F_CatSearch]![txtGumChewing].
I need to be able to make multiple selections for my query's output. My
problem is in the form I have to put "-1" in the field for my query to work.
I want to be able to have a checkbox in my form so the user can check the
items they want selected in the query.
Can anyone help with this?
Thanks in advance!