G
GitarJake
Hello all,
I keep getting a Runtime error 13 "type mismatch error" when I try to select
records with my combo box. Here is the sql statement:
SELECT DISTINCTROW Contacts.UNIQUE_ID, Contacts.Company
FROM Contacts INNER JOIN Sales ON Contacts.UNIQUE_ID = Sales.Contact
WHERE (((Contacts.IDStatus) Like "*customer*"))
ORDER BY Contacts.Company;
When I try to create a new combo box, the wizard gives me this error:
Syntax error in query expression '[SELECT DISTINCTROW
[Contacts]].[Unique_ID]'.
Can someone tell me my flaw here?
Tia!
I keep getting a Runtime error 13 "type mismatch error" when I try to select
records with my combo box. Here is the sql statement:
SELECT DISTINCTROW Contacts.UNIQUE_ID, Contacts.Company
FROM Contacts INNER JOIN Sales ON Contacts.UNIQUE_ID = Sales.Contact
WHERE (((Contacts.IDStatus) Like "*customer*"))
ORDER BY Contacts.Company;
When I try to create a new combo box, the wizard gives me this error:
Syntax error in query expression '[SELECT DISTINCTROW
[Contacts]].[Unique_ID]'.
Can someone tell me my flaw here?
Tia!