"A field on this form requires a value" message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i locate the field that is generating the message:
"A field on this form requires a value"..
 
Add all the fields that you've ever used on that form back to a custom page and check the properties of each resulting control.

Bottom line: Always check the validation *before* you remove the control from the form and, for best results, don't use the simple check box validation. Provide a formula and validation message.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thanks for your response, but I have gone through every field and removed all
validations.. There are at least 4 tabs of fields.. Is there a quicker way to
perform this search?
 
None that I know of.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top