The basic setup of the database is that a customer has bought a product and filled out a card listing what other things they might be interested in.
The marketing dept wants to pull a report of names and addresses of people interested in various other products.
There are about 20 possible values for this field. I want the user to be able to select radio buttons with the specific values they want from this field -- Multiple values. (ex: chickens or ducks or geese)
I have created a form that has radio buttons -- one for each value in the field -- and the output report.
I do not know how to connect these radio buttons to the values -- I've done it before but am drawing a blank today.
Then, how do I capture these values when "true" and put them in as the criteria for the query to populate the report?
Also, if I'm approaching this incorrectly, please let me know a better way. I'm trying to make it as simple as possible for the user.
TIA
Melanie
The marketing dept wants to pull a report of names and addresses of people interested in various other products.
There are about 20 possible values for this field. I want the user to be able to select radio buttons with the specific values they want from this field -- Multiple values. (ex: chickens or ducks or geese)
I have created a form that has radio buttons -- one for each value in the field -- and the output report.
I do not know how to connect these radio buttons to the values -- I've done it before but am drawing a blank today.
Then, how do I capture these values when "true" and put them in as the criteria for the query to populate the report?
Also, if I'm approaching this incorrectly, please let me know a better way. I'm trying to make it as simple as possible for the user.
TIA
Melanie