Check boxes and queries

  • Thread starter Thread starter Garry
  • Start date Start date
G

Garry

Hi, I require a form that has multiple choice option boxes (I think that's
what I need) that relate to several corresponding update queries. After
checking options 1, 3 & 4 for example and then selecting a form button so as
to run the update query 1 then 3 then 4. Any ideas please, cheers, Garry
 
Using Options Groups you would select 1 or 3 or 4 but not all three. You get
to chose only one option.
You can have separate Radio Buttons where you chose as many as you wish as
they are independent.
 
Say I use radio buttons, and check radio_button_1, radio_button_3 but not
radio_button_2

I create a run button to run update _query_1 then update_query_3 etc

What would the coding of the run button look like

regards, Garry
 
Back
Top