View Full Version : Uneditable Combobox


Irie
07-31-2001, 10:42 AM
Hello everyone,
Does anyone know how to make a combo box un-editable so that users can't edit the data. But can still make a selection??
Any suggestions would be appreciated.
Thanks,


[This message has been edited by Irie (edited 07-31-2001).]

mrabrams
07-31-2001, 11:04 AM
If I'm not mistaken, you can go to the properties of the combo box and where it says Limit to List - say Yes

Michael Abrams

Pat Hartman
07-31-2001, 11:05 AM
Set the limit to list property to yes. It's on the data tab.

Irie
07-31-2001, 11:47 AM
Thanks for your help....