leonepaolo
Programmer
Hi,
Is there a way to connect to a Query as with a Table using an ADODB connection.
To open a table I do the following
Set rs = New ADODB.Recordset
rs.Open sTable, cn
However that doesn't work with a query.
Any instruction and/or comments are appreciated.
Thanks in advance,
Paolo
Is there a way to connect to a Query as with a Table using an ADODB connection.
To open a table I do the following
Set rs = New ADODB.Recordset
rs.Open sTable, cn
However that doesn't work with a query.
Any instruction and/or comments are appreciated.
Thanks in advance,
Paolo