pull down

J

Joel Allen

Hi,

How can I force the user to select something in one of my pull downs? I've
used validation, but it doesn't work.

THanks,
Joel
 
L

laura.dodge

Hi,

How can I force the user to select something in one of my pull downs?  I've
used validation, but it doesn't work.

THanks,
Joel

Try setting Limit to List to Yes.
 
L

Linq Adams via AccessMonster.com

"How can I force the user to select something in one of my pull downs?"

Depends on what you mean by the above statement.

If you mean that you only want them to pick an item that is already in the
combobox, then Laura's suggestion of setting Limit to List to Yes is on
target.

If you mean that you want to make sure that a selection is made from the
combobox, then validation is what you need. What code have you tried and in
what event?
 

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