Required Field Message

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

Guest

I have a data field in a table set to required. When I do not input data
into this field, a message comes up saying no null values are allowed. This
is fine, but would like the message to read something else. How can I change
the message that pops up when a user does not enter data into a required
field?
 
On the ValidationRule of the field write Is Not Null
On the ValidationText Property of the field write the message you want to be
given
In the Required Property write No

In the
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top