G
Guest
Hi,
I have an Access database which has a table called Bookings. What I need to
do is, on a regular basis, transfer the data from this table into another
SEPARATE Access database. I am unable to use linked tables.
The approach I have taken is to connect to the source database using ADO and
creating a recordset with the required data. I now need to "paste" that
recordset into the target DB. Apart from doing it record by record (ie:
traversing the recordset), is there any other way of getting the data from
the recordset into the target table?
Rael
I have an Access database which has a table called Bookings. What I need to
do is, on a regular basis, transfer the data from this table into another
SEPARATE Access database. I am unable to use linked tables.
The approach I have taken is to connect to the source database using ADO and
creating a recordset with the required data. I now need to "paste" that
recordset into the target DB. Apart from doing it record by record (ie:
traversing the recordset), is there any other way of getting the data from
the recordset into the target table?
Rael