Passing check box value to a query as criteria

dosia

Registered User.
Local time
Today, 07:28
Joined
Jan 29, 2014
Messages
15
Hello, I am just learning access. I need to pass values of my two check boxes on my Form
Check box US and Check Box Canada
if both checked the criteria would be "UD", "ud',"b","B","us","US","CD","cd"
if Canada check box checked criteria would be "cd","CD"
if US only checked criteria would be UD", "ud',"b","B","us","US"

I am not sure how to write the criteria statement on the query?

this probably would be a complicated iff statement? Any help would be appreciated.

Dosia
 
Sorry I have to work with what i have,can't change the Database structure.
 

Users who are viewing this thread

Back
Top Bottom