Limiting user's choices in a combo box (1 Viewer)

diversoln

Registered User.
Local time
Today, 02:56
Joined
Oct 8, 2001
Messages
119
I have a combo box used to enter field problems and is later used to classify data for graphing. The problem is that when the users select the type of problem from the list, they then add notes to the text forming a new unique field problem which results in a new classification. For example, one field problem may be "Missing part number" and when the user selects this from the menu, they add the part number so now it reads:
"Missing part number - IPX10930".

Is there a property I can set to prevent the users from modifying the text in this list ?

Thanks !
 

ghudson

Registered User.
Local time
Yesterday, 21:56
Joined
Jun 8, 2002
Messages
6,195
Set the "Limit to list" property to YES for your combo box.

HTH
 

diversoln

Registered User.
Local time
Today, 02:56
Joined
Oct 8, 2001
Messages
119
Thanks.
 

Users who are viewing this thread

Top Bottom