J
jlute
Hi, there! I could use some help with a combo box. I'm trying to
populate it with another combo box and get the error: Undefined
Function. Here's the SQL for the combo box:
SELECT
FROM tblLocations
WHERE (((tblLocations.txtLocationID)=[cbCustomerName].Column(2)));
Do you see anything wrong with my code?
THANKS!
populate it with another combo box and get the error: Undefined
Function. Here's the SQL for the combo box:
SELECT
FROM tblLocations
WHERE (((tblLocations.txtLocationID)=[cbCustomerName].Column(2)));
Do you see anything wrong with my code?
THANKS!