R
Richard
Hi
Why is it that when I open a recordset with an SQL statement, the
recordcount is 1. Code:
set rs=db.openrecordset("select A.* from Table1 As A")
debug.print rs.recordcount
But when I paste the SQL onto a query, all records come up.
Thanks in advance
Richard
Why is it that when I open a recordset with an SQL statement, the
recordcount is 1. Code:
set rs=db.openrecordset("select A.* from Table1 As A")
debug.print rs.recordcount
But when I paste the SQL onto a query, all records come up.
Thanks in advance
Richard