dharkangel
MIS
Hi Everyone,
I have this query:
SELECT QPTActions.[Issue ID]
FROM QPTActions INNER JOIN AssigneeInfo ON QPTActions.[Assigned To]=AssigneeInfo.Assignee;
that should work but when I run it I get a 'Cannot join on MEMO, OLE or Hyperlink Object QPTActions.[Assigned To]=AssigneeInfo.Assignee'
The problem is I cannot modify the QPTActions table because it is a linked table. I tried making the AssignedInfo.Assignee field a memo but it still gives me the same error.
Is there any way I can get around this?
Thank you,
I have this query:
SELECT QPTActions.[Issue ID]
FROM QPTActions INNER JOIN AssigneeInfo ON QPTActions.[Assigned To]=AssigneeInfo.Assignee;
that should work but when I run it I get a 'Cannot join on MEMO, OLE or Hyperlink Object QPTActions.[Assigned To]=AssigneeInfo.Assignee'
The problem is I cannot modify the QPTActions table because it is a linked table. I tried making the AssignedInfo.Assignee field a memo but it still gives me the same error.
Is there any way I can get around this?
Thank you,