checkboxes to crate query

  • Thread starter Thread starter Mark Sellers
  • Start date Start date
M

Mark Sellers

Hi
I have a form with a many items on it to select from. I would like to creat
a query from the items that is selected on the form.

Can any one help.
Thanks
 
Mark said:
Hi
I have a form with a many items on it to select from. I would like to creat
a query from the items that is selected on the form.

Can any one help.
Thanks

I would probably use another form to show the records. Just build an
unbound form to collect the values you're filtering for, and then build
the filter on the Onclick event of your button and then pass the filter
to the Open event of the form.
 

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