My setup is VB6 connected to an Access2K mdb via an Adodc.
My Access database has two Tables with identical Fields. The Tables are named "TEMP" and "PERM". I need to move all of the Records from the "TEMP" Table to the "PERM" Table when a cmdButton on my VB Form is clicked.
The result of the click event should result in no Records in the TEMP Table and the Records that were there appended to the PERM Table.
Can someone suggest the click-event code to accomplish this?
Thanks in advance!
My Access database has two Tables with identical Fields. The Tables are named "TEMP" and "PERM". I need to move all of the Records from the "TEMP" Table to the "PERM" Table when a cmdButton on my VB Form is clicked.
The result of the click event should result in no Records in the TEMP Table and the Records that were there appended to the PERM Table.
Can someone suggest the click-event code to accomplish this?
Thanks in advance!