K
Kevin
Hi everyone,
I have a problem and a question (related to the problem).
I have a query which reads something like
Select tablename.stringfield as alias, max
(tablename.intfield)as anotheralias, etc... HAVING
(tablename.fieldname)='" & form criteria & "';
In the query builder this query runs as expected, but if
executed as a recordset in VBA, no records are returned.
Why???
In the query builder the '" & is left out of course.
Thanks!
Kevin
I have a problem and a question (related to the problem).
I have a query which reads something like
Select tablename.stringfield as alias, max
(tablename.intfield)as anotheralias, etc... HAVING
(tablename.fieldname)='" & form criteria & "';
In the query builder this query runs as expected, but if
executed as a recordset in VBA, no records are returned.
Why???
In the query builder the '" & is left out of course.
Thanks!
Kevin