Check boxes on a user input field for a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top