how to create a drop down menu

A

Archstuff

Am relatively new to access, and am trying to set up an artifacts database
and I need to have several drop down menus involved - any advice will be
muchly appreciated hx
 
K

KARL DEWEY

What is the purpose of the dropdown menus?

Are they to run different reports? To set criteria for your queries?
 
A

Archstuff

the purpose of the drop down menu is so that I can program a set menu of
options.
thank you
 
R

Rick Brandt

Archstuff said:
the purpose of the drop down menu is so that I can program a set menu
of options.
thank you

Please clarify. In Access a control that allows you to chose from a bunch
of choices in a drop-down list on a form is called a ComboBox. When you say
"drop down menu" are you referring to such a control on a form or do you
want a list of choices in a MenuBar/ToolBar or perhaps even a sub-menu on a
MenuBar/ToolBar?
 
Top