pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Code:
[/FONT]
[FONT=Courier New]Dim conn As ADODB.Connection
conn.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\some folder\somefile.accdb;Persist Security Info=False;"[/FONT]
[FONT=Courier New]
Hi, using the above connection string, how can i open two tables and transfer data from on table to another
dim rst1 as dao.recordset
dim rst2 as adodb.recordset
etc....
Thanks in advance.