Hello argPerson,
I am trying to do a select statement from an Access Query.
I don't really want to have to do to an "access.docmd.openQuery" statement. Is it at all possible to do something like:
str_sql="select * from [Query1]", so i can set an array = to the records returned from that array?
Thanks in advance
-Crow
I am trying to do a select statement from an Access Query.
I don't really want to have to do to an "access.docmd.openQuery" statement. Is it at all possible to do something like:
str_sql="select * from [Query1]", so i can set an array = to the records returned from that array?
Thanks in advance
-Crow