My setup is VB6/Access2K. In VB, I have a DataGrid connected via an Adodc to a table in Access named TEMPTable. In Access, I have the TEMPTable and a table named PERMTable. The TEMPTable is for processing rent checks for the current deposit. When it's completed I need the VB6 cmdButton, when clicked, to append the Records from the TEMPTable to the PERMTable then empty the TEMPTable of all Records so that it can be used again for a new rent deposit.
I've tried several approaches, but can't get it to work.
Appreciate any suggestions! Thanks in advance.
I've tried several approaches, but can't get it to work.
Appreciate any suggestions! Thanks in advance.