G
Guest
I would like to know, first, if it is at all possible and second, if so, how
to:
1. Join SQL Server 2000 table with an Access 2003 mdb (local) table
2. Append to a local (mdb) table with data from a SQL Server table, etc.
The caveat: Do this NOT using a linked (SQL) table, but using an ADO
connection.
Currently, I am using an (VBA) ADO connection to return an ADO recordset,
then having to loop through that recordset and DoCmd.RunSQL to append the
records to the local table. It seems very inefficient, but it does work.
I am hoping that there is a better way.
Please show me the VBA code.
Help!
to:
1. Join SQL Server 2000 table with an Access 2003 mdb (local) table
2. Append to a local (mdb) table with data from a SQL Server table, etc.
The caveat: Do this NOT using a linked (SQL) table, but using an ADO
connection.
Currently, I am using an (VBA) ADO connection to return an ADO recordset,
then having to loop through that recordset and DoCmd.RunSQL to append the
records to the local table. It seems very inefficient, but it does work.
I am hoping that there is a better way.
Please show me the VBA code.
Help!