allreports filtering

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

Guest

I have populated a list box with all the reports in my database. I am wanting
to filter the list so that on a particular form only the reports i want to
appear are shown. Could anyone let me know how i could do this

Many Thanks
Simon Reed
 
Sireed2001 said:
I have populated a list box with all the reports in my database. I am wanting
to filter the list so that on a particular form only the reports i want to
appear are shown. Could anyone let me know how i could do this


Add one (or more) fields to the table with the list of
reports. Then the list box's RowSource query can filter the
list.
 

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