Drop down allowing other values

domtrump

Board Regular
Joined
Apr 1, 2010
Messages
245
I have a ComboBox control on my form (bound) that has two choices for the user to select. However, they are still able to type values other than the two I specified. The following properties are set:

Limit to List = Yes
Allow Value List Edits = No
Show only row source values = Yes

What am I missing?

Thanks
 
OK, I found it (though I still don't quite understand it). Access basically ignored the properties I set on the control and used the properties on the bound field itself. When I went in to the the design of the table itself, I was able to change the settings on this field to those described abouve (on the Lookup tab)

That is one reason why we say DO NOT USE LOOKUPS AT TABLE LEVEL!!!!!!! Use them at form level ONLY. Get rid of your table level lookups and read this for more information as to why table level lookups are BAD, BAD, BAD ......
http://www.mvps.org/access/lookupfields.htm
 
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,225,157
Messages
6,183,247
Members
453,152
Latest member
ChrisMd

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top