How can ask a query to put a parameter into different fields.

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I have a query that has multiple yes/no fields. Can I run a form to enter a
parameter into one of the fields and then run the query?
 
basically you have to have a different check box for each field and
the releate that check box back to each field. if you want users to
only select one box then just use an on change event that disables all
other boxes when a uses clicks on a combo box.

Regards
Kelvan
 
Back
Top