R
Rookie7777
This is the deal: I have data from three different states that I need to
retrieve using a form. I have created checkboxes on the form, to allow my
users to select which states they want displayed when the query runs. How do
I:
a) Get the query to understand what is being checked? i.e. how do I get the
query to display "California" when the California checkbox is checked by the
user
b) How do I get the query to understand when only one, two or three
checkboxes are checked? In other words, if Arizona and California are
displayed, only these states appear; if Washington and AZ are the only ones
checked, only they appear; and so on.
c) How do I create a checkbox that when checked, tells the query to show all
three states?
I have very basic knowlwedge of Access, but I understand what a Name is in
the property tab of an object, I know what the "Criteria" field is in a query.
Thanks in advance for your help.
retrieve using a form. I have created checkboxes on the form, to allow my
users to select which states they want displayed when the query runs. How do
I:
a) Get the query to understand what is being checked? i.e. how do I get the
query to display "California" when the California checkbox is checked by the
user
b) How do I get the query to understand when only one, two or three
checkboxes are checked? In other words, if Arizona and California are
displayed, only these states appear; if Washington and AZ are the only ones
checked, only they appear; and so on.
c) How do I create a checkbox that when checked, tells the query to show all
three states?
I have very basic knowlwedge of Access, but I understand what a Name is in
the property tab of an object, I know what the "Criteria" field is in a query.
Thanks in advance for your help.