Controlling Inputs

C

cover

Am using a form with a combo box listing various peoples names and
want someone using this to be forced to use a name from the pull down
list versus enter anything else. Is there a way I can set form
properties to disallow any input other than a name on the pull down
list? TIA for any help...
 
T

Todd Shillam

Set the combobox's property LimitToList to 'Yes' --this will force user to
select only a value in the dropdown box.

Todd
 
C

cover

I'll try that - thanks very much, Todd...

Set the combobox's property LimitToList to 'Yes' --this will force user to
select only a value in the dropdown box.

Todd
 

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