How do I get rid of an error message?

G

Guest

I have a customer database with a subform. My main form is the customer
table. Whenever I click on the navigation button at the bottom of the form,
I get an error message that reads "The value you entered isn't valid for this
field." It doesn't matter where I am in the form, the message pops up. Can
you tell me how to get rid of the message? Thanks!
 
G

Guest

When you click on the navigation button, are you trying to go to another
record or to a new record? It makes a difference. Also, are you navigating
on the main form or the subform? Which recordset are you talking about?

Take a look at which fields in your database are required. It could be a
required field not getting a value.

Also, it could be a datatype problem, trying to put a number where a date
should go.
 

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

Top