how do I set up a data base report with drop down menu's?

R

Rick B

A report is not an interactive object. It is designed to be viewed or
printed. If you want combo-boxes, you should be using a form, not a report.
 
J

Jeff Boyce

The reply by Kevin J. is SPAM (or worse) -- follow the posted link at your
own peril.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
A

Albert D. Kallal

If you mean a menu bar, you simply can create a menu bar, and specify that
menu bar for the report....

I have a custom menu I built, and I use it for all of my forms...

You can specify the menu in the "other" properties tab for a report.
 
Top