Jonny
02-13-2008, 05:20 AM
In C# this combo box is calling "DropDownList".
How to make in in Access?
How to make in in Access?
|
View Full Version : Preventing of Adding Data to Combobox Jonny 02-13-2008, 05:20 AM In C# this combo box is calling "DropDownList". How to make in in Access? Ron_dK 02-13-2008, 06:38 AM Insert a cobobox in your form and simply follow the control box wizard. HTh Jonny 02-13-2008, 11:00 PM Looks as Access does not work with Dropdownlist, any advise.. Pat Hartman 02-17-2008, 01:31 PM I'm not sure what your question is. The combo has a property called "Limit to List". If that property is Yes, then only items in the list may be selected. New items may not be added by typing them in although, you can then add code to the not in list event to trap these entries and pop up a form to use to add new items. |