Create a combo box to display list of reports

  • Thread starter Thread starter cwhitmore
  • Start date Start date
C

cwhitmore

I would like to create a combo box that would allow users to select reports.
Any suggestions?
 
You're right, i meant list box. Let me give it a shot. thanks for the help..
 
your suggestion worked perfectly! Is there a way to show only the reports you
want end users to view?
 
your suggestion worked perfectly! Is there a way to show only the reports you
want end users to view?
 
I couldn't say. I remember seeing the link, and I passed it along. If you
are using the first method I expect you could name the reports you don't
want people to see with a z_ prefix or something, then adding:
AND ([Name] Not Like "z_*")
If you are using the other method, I can't even hazard a guess.
 
Just create a small query from the table where the formnames are listed.
Create the combobox and link it to this query
 

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

Similar Threads

Creating Combo boxes based on Criteria 1
Button and Combo Box 3
Unbound Combo Box 5
Combo Box Selection is Blank 1
Combo Box Question 2
"Reset" combo boxes 4
Combo box display 3
Sort by problem 6

Back
Top