In table design, set the field's properties (lower pane) like this:
Validation Rule Not Null
Validation Text Enter something (even N/A) for phone.
Allow Zero Length No
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Steve Stad" <(E-Mail Removed)> wrote in message
news:BCBA33D3-BA1B-4113-9A76-(E-Mail Removed)...
> Can you tell me how to write a data validation rule I can use in the table
> design mode for a phone number field that will not allow blanks (eg Not
> null)
> and allow user to write N/A if phone number is not known or available AND
> allow user to type a phone number as (123) 123-3456 if phone number is
> available.
> Thanks.