Code needed to move data between tables

  • Thread starter Thread starter RockNRoll
  • Start date Start date
R

RockNRoll

Access VBA Wizards,

I have another challenge ahead of me.

I have to create some code that will loop through each record in my
"tbl_Receipts" table and transfer the data in one of it's fields to another
table and date stamp it when I run the code.

I truly appreciate your assistance.

Regards,

-Dave
 
Well you have 2 options on how to do this. Either via an
append query or by using code by opening 2 tabledefs and
copying the data over from one tabledef to the other.

--Craig
 
Back
Top