Data Type Mismatch Error

  • Thread starter Steve Crowhurst
  • Start date
S

Steve Crowhurst

Could somebody run me through this error and explain to
a "newbie" what going on.
 
C

Cheryl Fischer

Hello Steve,

Often, a "type mismatch" occurs if there is an attempt to write data of one
Data Type into a field of another DataType. For example, if you have a
table field or bound control on a form which is a Number Data Type and you
try to write a text string to it.

There may be other reasons for this error appearing, so if you could post
some code and note the line on which the error occurs or give us some detail
as to what your database is doing when the error occurs, we can probably
"zero in" on a more specific cause.
 

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