J jaf893 Registered User. Local time Today, 22:33 Joined Nov 4, 2004 Messages 19 Nov 10, 2004 #1 How do I create an input mask which only allows the user to input N or P ? Thanks in advance, Joe
IgorB Registered User. Local time Today, 22:33 Joined Jun 4, 2003 Messages 183 Nov 10, 2004 #2 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"
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"
J jaf893 Registered User. Local time Today, 22:33 Joined Nov 4, 2004 Messages 19 Nov 11, 2004 #3 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" Click to expand... Cool thanks
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" Click to expand... Cool thanks
commandolomo Registered User. Local time Today, 22:33 Joined Jun 11, 2004 Messages 73 Nov 11, 2004 #4 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
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