helloworld
Registered User.
- Local time
- Today, 10:32
- Joined
- May 18, 2004
- Messages
- 62
Hi there,
I am having a lot of trouble with checkboxes. I have a form that will generate a report based on whatever the user selects out of a combobox (this works). However, the user can also select 5 checkboxes that will either select all the records or one of the records or two of the records etc.
For example:
All[] Pepperoni[] Mushrooms[] Onions[] Cheese[]
The user could select All toppings or Mushrooms or Mushrooms and Onions etc. and then click a button where a report generates based on the toppings selected.
In my report query, there is a field (toppings) that list the toppings for each pizza. There is only one topping in each entry.
Can someone please help me do this?
I am having a lot of trouble with checkboxes. I have a form that will generate a report based on whatever the user selects out of a combobox (this works). However, the user can also select 5 checkboxes that will either select all the records or one of the records or two of the records etc.
For example:
All[] Pepperoni[] Mushrooms[] Onions[] Cheese[]
The user could select All toppings or Mushrooms or Mushrooms and Onions etc. and then click a button where a report generates based on the toppings selected.
In my report query, there is a field (toppings) that list the toppings for each pizza. There is only one topping in each entry.
Can someone please help me do this?