G
Guest
Hi,
When I specify a column of a combo which resided on a form to be the
criterion, my select query won't pick it up.
Here is the criteria (in design grid):
[Forms]![FormName]![ComboName].Column(1)
Here is the SQL for it (pl ignore my typos, if any):
SELECT [QueryName].FIELD1, [QueryName].FIELD2 INTO [TableName]
FROM [QueryName]
WHERE ((([QueryName].FIELD1)=[Forms]![FormName]![ComboName1].Column(1)
Here is the response from running the Query:
Undefined function in expression .... column(1)
And the ACCESS (local/online) HELP says:
Help says: you entered an SQL expression that includes a Function procedure
name that cannot be recognized.
Does anyone have a solution to this?
(My purpose is to be able to get the query to accept input from the form's
combo box.)
Thanks.
David
When I specify a column of a combo which resided on a form to be the
criterion, my select query won't pick it up.
Here is the criteria (in design grid):
[Forms]![FormName]![ComboName].Column(1)
Here is the SQL for it (pl ignore my typos, if any):
SELECT [QueryName].FIELD1, [QueryName].FIELD2 INTO [TableName]
FROM [QueryName]
WHERE ((([QueryName].FIELD1)=[Forms]![FormName]![ComboName1].Column(1)
Here is the response from running the Query:
Undefined function in expression .... column(1)
And the ACCESS (local/online) HELP says:
Help says: you entered an SQL expression that includes a Function procedure
name that cannot be recognized.
Does anyone have a solution to this?
(My purpose is to be able to get the query to accept input from the form's
combo box.)
Thanks.
David