Hi Guys,
Does anyone know where I can get the ADO code to upload records from local tabel in MS Access to a tabel on my SQL Server, there will only be about 20 rows at a time.
I was thinking of creating a recordset RS from the Sql Table.
Then use sql statement like
INSERT(..Field Names..) INTO (SELECT * FROM LocalTable) RS
Then RS.UPdate
Anyway advice appreciated.
Regards
Does anyone know where I can get the ADO code to upload records from local tabel in MS Access to a tabel on my SQL Server, there will only be about 20 rows at a time.
I was thinking of creating a recordset RS from the Sql Table.
Then use sql statement like
INSERT(..Field Names..) INTO (SELECT * FROM LocalTable) RS
Then RS.UPdate
Anyway advice appreciated.
Regards