not-editable combo

paritosh_a

Registered User.
Local time
Tomorrow, 03:04
Joined
Oct 18, 2005
Messages
16
how can i make the combo like the user cannot enter the vales into that?
i want the user to only select the values from combo.He should not be able to enter values into it.
 
Set Limit To List = Yes (may only use an existing list entry)
(I think that's what you wanted to do, but not sure if perhaps you want "Locked = True" (can't change existing selection)).

One of those should help

Regards

John
 
No its not workig

i did the way you told.
the text is uneditable but i am unable to select the value from the dropdown.
i mean when i select the value from dropdown,its not displaying in the box thenafter.
 
If the combo isn't working,there may be some other property that is incorrect. Check:
ColumnCount
ColumnWidths
ControlSource
 

Users who are viewing this thread

Back
Top Bottom