Filtering a query from a form

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

Guest

Hi,
I would linke to know how to create a form where a user can bring view
records in a query (as a sub form in datasheet view). I would like the user
to be able to select criteria from different list boxes and have the
appropriate data displayed in the subform. I would also like to be able to
filter the query by more than one list box if it is selected. Is there any
advice on how to create this?
 
Ben:

When you design the query, you will want to set criteria to reference the
list box(es) on your form, so that the query uses the initial responses to
determine data for your sub form. You will also need to requery, the sub
form, once the user has made their selections.

Good luck.

Sharkbyte
 

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