Combo Box Problem

  • Thread starter maxjake via AccessMonster.com
  • Start date
M

maxjake via AccessMonster.com

Hi All

I have a combo box with is linked to a column in a table. This column
can only have the values that are already listed in the combo box. How
do I prevent the user from entered any other values then what is
listing in the combo box?

I have tried Limit to list property to "yes" but when you try to add data to
the field the message is:-
Double - Click this field to add entry to the list.

Can I stop this?

Thanks Max
 
R

ruralguy via AccessMonster.com

That message is coming from *YOU*. You have code in the NotInList event of
the ComboBox. Remove the code for the standard message or replace it with
one of your own.
 

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