G
Guest
I get an invalid column name "Prospect" when I attempt to bind my grid with
this syntax. .
SELECT tblAccounts.*, tblAccounts.AccountType
FROM tblAccounts
WHERE (((tblAccounts.AccountType)="Prospect"));
I'm not sure what this is trying to tell me. "Prospect" is a criteria
rather than a column.
I'm sure someone knows the solution to my kanumdrum.
Thanks in advance
this syntax. .
SELECT tblAccounts.*, tblAccounts.AccountType
FROM tblAccounts
WHERE (((tblAccounts.AccountType)="Prospect"));
I'm not sure what this is trying to tell me. "Prospect" is a criteria
rather than a column.
I'm sure someone knows the solution to my kanumdrum.
Thanks in advance