You need to execute a SQL statment to pull all the data from table2 to
table1.
insert into [table2] ([col1], [col2],....) select [col1], [col2],.... from
[table1]
> I have a VB application using ADO to connect to an access database and I
> need to copy data from table1 to table2.. both tables contain same
[quoted text clipped - 7 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***