I have two tables. Each contains a LONG TEXT field:
tblContacts.tempContactType
tlbImport.ContactType
I need to join them in an Access query.
I am getting Error 3118:
Cannot join on Memo or OLE Object <name>. (Error 3118)
I have checked over & over: both fields above are defined as LONG TEXT.
Any workaround for this error?
Thanks!
A. Wolf