field into a drop down box

F

Frank

is there a way to make one of my fields a drop down box so
i dont have to input the information over and over again,
i would be able to just click a drop down and choose a name
 
P

Pavel Romashkin

You shouldn't do it to a *field*, you should to it to the combo box
control on your data entry form. Combo box has RowSource property - this
is where you will enter something like

SELECT DISTINCT Name FROM MyTable

Cheers,
Pavel
 

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