How do I get rid of an error message?

S

springfever

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!
 
P

PJones

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.
 
Top