A
Arbiel Perlacremaz
Hi there
I don't know whether I'm posting in the right group. If not, please tell me
where to post.
I'm just trying to the exchange data between Access and Excel using VBA. I
cannot figure out how I can select all records in a table or in a query to
copy them and paste them in an Excel Worksheet. I've been able to drive
Access from Excel and have it "DoCmd.OpenQuery".
I think I should use the "Recordset" objects, but there are no such object
in the Access Object Model.
Can I also update the SQL string of a query, as for changing the starting
and ending dates of a run ? I've not been able to access the "Properties" of
a query, even when it's open (I suppose I could read and write the property
"SQLStyring" or something comparable).
Thank you very much to whom may help me.
A newbie in Access (Access 2000)
Arbiel
I don't know whether I'm posting in the right group. If not, please tell me
where to post.
I'm just trying to the exchange data between Access and Excel using VBA. I
cannot figure out how I can select all records in a table or in a query to
copy them and paste them in an Excel Worksheet. I've been able to drive
Access from Excel and have it "DoCmd.OpenQuery".
I think I should use the "Recordset" objects, but there are no such object
in the Access Object Model.
Can I also update the SQL string of a query, as for changing the starting
and ending dates of a run ? I've not been able to access the "Properties" of
a query, even when it's open (I suppose I could read and write the property
"SQLStyring" or something comparable).
Thank you very much to whom may help me.
A newbie in Access (Access 2000)
Arbiel