A
Adam
Hi all,
I have a problem whereby I am trying to join 2 tables. One field is a 16
digit text field, the other a "Long Integer".
I keep getting the "Type mismatch in expression" error.
Is there a way I can do this ? I'm accessing the tables via odbc.
SELECT qryNOTES_Parcels_Notes.*, RMPCL.*
FROM qryNOTES_Parcels_Notes INNER JOIN RMPCL ON
qryNOTES_Parcels_Notes.ACCOUNT = RMPCL.KY;
the field ACCOUNT is the 16 digit text field. The field KY is Long Integer.
any help would be appreciated,
Adam
I have a problem whereby I am trying to join 2 tables. One field is a 16
digit text field, the other a "Long Integer".
I keep getting the "Type mismatch in expression" error.
Is there a way I can do this ? I'm accessing the tables via odbc.
SELECT qryNOTES_Parcels_Notes.*, RMPCL.*
FROM qryNOTES_Parcels_Notes INNER JOIN RMPCL ON
qryNOTES_Parcels_Notes.ACCOUNT = RMPCL.KY;
the field ACCOUNT is the 16 digit text field. The field KY is Long Integer.
any help would be appreciated,
Adam