A
Andy Levy
Hi
Hope you can help with this one.
Database frontend = MS Access (part of MSOFFICE 2K Professional - SP-3
=> connected via ODBC to =>
Database backend = MySql client API version 3.23.56 ( i cannot change
this )
I am trying to set up an inner join query in Access2k. The field type in
both tables is exactly the same - int(11).
However i keep getting the error
"Cannot Join on Memo, OLE or Hyperlink Object (tableA.fieldA=
tableB.fieldA)"
The SQL is :
SELECT tableA.fieldA, tableB.fieldA
FROM tableA RIGHT JOIN tableB ON tableA.fieldA=tableB.fieldA;
Thanks
Hope you can help with this one.
Database frontend = MS Access (part of MSOFFICE 2K Professional - SP-3
=> connected via ODBC to =>
Database backend = MySql client API version 3.23.56 ( i cannot change
this )
I am trying to set up an inner join query in Access2k. The field type in
both tables is exactly the same - int(11).
However i keep getting the error
"Cannot Join on Memo, OLE or Hyperlink Object (tableA.fieldA=
tableB.fieldA)"
The SQL is :
SELECT tableA.fieldA, tableB.fieldA
FROM tableA RIGHT JOIN tableB ON tableA.fieldA=tableB.fieldA;
Thanks