luigicannavaro
12-05-2008, 08:42 AM
Hi,
I did the following:
rs2.open "SELECT keywords.*, economictheory.* FROM keywords INNER JOIN economictheory ON keywords.keyword in ('" & strKeyword2 & "') and idx=id " ,conn, adOpenForwardOnly, adLockReadOnly, adCmdText
BUT it gives the following message:
Microsoft JET Database Engine error '80040e14'
Join expression not supported.
WHY?
Best regards,
Luigi:confused:
I did the following:
rs2.open "SELECT keywords.*, economictheory.* FROM keywords INNER JOIN economictheory ON keywords.keyword in ('" & strKeyword2 & "') and idx=id " ,conn, adOpenForwardOnly, adLockReadOnly, adCmdText
BUT it gives the following message:
Microsoft JET Database Engine error '80040e14'
Join expression not supported.
WHY?
Best regards,
Luigi:confused: