hrdpgajjar
Registered User.
- Local time
- Today, 21:49
- Joined
- Sep 24, 2019
- Messages
- 133
Hi there,
I've a table named "clients" which contains following columns,
- Client Name
- Client City
- Client District
now I need to create a query which shows all data of specific "District" selected by checkbox.
Note that there is no checkbox option selected in table design. And all fields are of same property i.e. short text only
I've created a separate form which has five checkboxes with district name, and a button which generate query.
My question is, How can I design a query to generate data of only the districts selected by checkbox.
Thank You,
I've a table named "clients" which contains following columns,
- Client Name
- Client City
- Client District
now I need to create a query which shows all data of specific "District" selected by checkbox.
Note that there is no checkbox option selected in table design. And all fields are of same property i.e. short text only
I've created a separate form which has five checkboxes with district name, and a button which generate query.
My question is, How can I design a query to generate data of only the districts selected by checkbox.
Thank You,