M molly pup New member Local time Today, 16:19 Joined Feb 10, 2005 Messages 8 Apr 14, 2005 #1 Need a a validation rule to allow only "a" or "p" to be entered as data into the relevant fields, can someone help?
Need a a validation rule to allow only "a" or "p" to be entered as data into the relevant fields, can someone help?
KenHigg Registered User Local time Today, 11:19 Joined Jun 9, 2004 Messages 13,310 Apr 14, 2005 #2 Code: Like "a" Or Like "p"
neileg AWF VIP Local time Today, 16:19 Joined Dec 4, 2002 Messages 5,975 Apr 15, 2005 #3 You can do this at a field level in the table, in the properties of the control on a form or using VBA. For something as simple as this, I'd do it at a table level.
You can do this at a field level in the table, in the properties of the control on a form or using VBA. For something as simple as this, I'd do it at a table level.