Microsoft Access 3

C

Chris Humble

I'm getting 'Data type conversion error' message when I input data. Programme
used to work with no problems. Can anyone solve this problem?
 
A

Arvin Meyer [MVP]

Chris Humble said:
I'm getting 'Data type conversion error' message when I input data.
Programme
used to work with no problems. Can anyone solve this problem?

Type mismatch errors occur only when the wrong datatype is entered. It could
be that you are trying to enter text into a numeric field, or a date out
side the range of acceptable dates (100 AD to 9999 AD), or most likely, a
decimal into an integer or long integer, or a number too large for an
integer.
 
Top