how to make the combobox has a restriction for inputing text

juniepiper27

Registered User.
Local time
Today, 06:10
Joined
Sep 24, 2014
Messages
49
A pleasant Good Day to all members and programmers of World Access Forum World Wide!! :);)

Dear Sir,

I have a question about for combobox. I have a field from my tables that a text only then I make in the look up property field to become combobox then row "source type is a value list" then,"Allow value list edits, I make it Yes". then in the form its possible for me now to add value list in the combobox. but I want that what ever I input to become a value list, that's all they can select for the value of that field. if they can type or add not listed in the value list I input, it will not possible & there's a msgbox will appear mentioning the "the value you input is not in the list..

please I'm asking for your help..

Thank you very much... :)
 
A far better solution is to use a table to store those values and then use OnNotInListEvent.
 
In the properties pane->Data

Limit To List = Yes
Allow Value List Edits No
 

Users who are viewing this thread

Back
Top Bottom