Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message 3464

Status
Not open for further replies.

1starr

Programmer
Feb 19, 2002
34
US
This is the error message I keep getting when I run my query: 3464: Data type mismatch in criteria expression. If anyone knows what this means please let me know.
Thank You.
 
Usually it means that you are trying to join fields that are diffeent data types (e.g. date vs. text) or that some critreia of your query for a field is the wrong type (e.g. you specify a text parameter for a date data type).

Post SQL to this forum if you are still having problems.

Mike Pastore

Hats off to (Roy) Harper
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top