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.
 
Back
Top