Check boxes on a user input field for a query

J

Jamil Afza

Is there any way to put check boxes for yes/no columns in a user input field
when running a query, so that a user would be able to select the criteria
desired and the according record would be brought up?
 
R

Rick B

No, but you could build an unbound form and let the usr make selections on
that form, then use the data as parameters when running your query.
Building a parameter form is pretty common and you should be able to find
lots of previous posts on the topic.
 
Top