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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Type mismatch in JOIN expression. (Error 3615)

Status
Not open for further replies.

trenny

Technical User
Oct 17, 2002
5
US
I am a novice, so any help is appreciated. I have imported 2 tables from Excel into a database. I am trying to run a query from both tables. I get the following error " Type mismatch in JOIN expression ". The help button says that my data may be of incompatible data types.
Any help?
 
trenny-
Be sure that the fields you're joining on are of the same data type, otherwise you can't relate them. Can you copy and paste your SQL into your post???
-gnt
 
Thanks. Even though the data came from the same place, it imported differently. I went into design view for each table and changed the data types to match each other.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top