Limiting a drop-down list of reports

B

BrookieOU

Hey all, I have a problem I am trying to figure out. I have a form that has
a drop-down list of my reports. What I am trying to do is limit the
drop-down list to only certain reports (i.e. I have a form with a list of
employee and only want the drop-down to show employee reports). Anyone know
if this is possible or the code I would use to do it? The coded event I am
using for the reports is the MySysObjects one.

Thanks,
Brooke
 
J

Jeff Boyce

Brooke

One way to approach this is to create a table of your own that lists the
reports, and a "category". Then you'd have the user first pick a category
of report (e.g., "Employee"), and use that selection to limit the reports
displayed (search "Cascading Comboboxes" for the technique).

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
B

BrookieOU

That sounds logical. Thanks, I'll try that.

Jeff Boyce said:
Brooke

One way to approach this is to create a table of your own that lists the
reports, and a "category". Then you'd have the user first pick a category
of report (e.g., "Employee"), and use that selection to limit the reports
displayed (search "Cascading Comboboxes" for the technique).

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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

Top