drop down boxes

B

Bailey

I'm trying to create a drop down box in my form. This is the first time I
have tried. Can anyone help me with this?
 
S

scs

Make sure the control wizzard button is depressed in the tool box. Click on
the combo box tool and then click on your form. Follow the wizzard. Then
you may have more questions.
 
B

Bailey

I tried to create a drop down box in my table. I then clicked on the the
lookup tab and clicked on list box and this is were I am not sure to go.
 
L

Larry Daugherty

A "drop down box in a table" is a lookup field and should be avoided.
They violate the relational rule that says that no field should
contain the result of a calculation on any other piece of data in the
database.

Do a google search on these newsgroups on Lookup Fields.

HTH
 
Top