SQL statement

S

stevecrowhurst

Can anybody explain why I should get a data mismatch error
when writing an SQL statment for a querydef
 
M

Marshall Barton

Can anybody explain why I should get a data mismatch error
when writing an SQL statment for a querydef


Someone might be able to do that, but not without seeing the
SQL you're trying to use.

A common issue that causes that message is trying to place
text in a numeric or date field, but I have no idea if
that's your problem.
 
Top