Help with Input masks

jaf893

Registered User.
Local time
Today, 22:33
Joined
Nov 4, 2004
Messages
19
How do I create an input mask which only allows the user to input N or P ?

Thanks in advance,

Joe
 
You can have combobox bounded to field on the form
In combobox property "row source type" select "value list"; in "row source" property type "N";"P"
 
IgorB said:
You can have combobox bounded to field on the form
In combobox property "row source type" select "value list"; in "row source" property type "N";"P"
Cool thanks :)
 
In addition, in the combobox properties, if you ensure that the "Limit to List" property is set to Yes, then users can only select the chocies you set. If this is set to No, then users can overtype the choices you predefine in the drop down box.

HTH
 

Users who are viewing this thread

Back
Top Bottom