allreports filtering

S

Sireed2001

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
 
M

Marshall Barton

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