molly pup
04-14-2005, 07:38 AM
Need a a validation rule to allow only "a" or "p" to be entered as data into the relevant fields, can someone help?
|
View Full Version : validation molly pup 04-14-2005, 07:38 AM Need a a validation rule to allow only "a" or "p" to be entered as data into the relevant fields, can someone help? KenHigg 04-14-2005, 07:42 AM Like "a" Or Like "p" neileg 04-15-2005, 02:05 AM 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. |