forms

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

Guest

I am running more than 20 reports and coming under 5 main category, i.e. each
category having 5 reports
now at the moment I am having button that on pressed takes me to these each
category reports

I look in a way of having one form under that form will have 2 unbound or
bound object. first one will have names of main category report and on
selecting any one should display list of reports under that category.

is it possible
plz help

many thanks
 
You could set up a reports table with the names of your reports and populate
listboxes from the tables.
Table:
Category
ReportName
ReportDesc

-Dorian
 
Back
Top