'Go to last record in table1
DoCmd.GoToRecord , acLast
'copy last record (row) in table1
'insert last record as new record with one value changed
So last record in table looks like this:
and new record in the same table looks like this:
Thanks
DoCmd.GoToRecord , acLast
'copy last record (row) in table1
'insert last record as new record with one value changed
So last record in table looks like this:
and new record in the same table looks like this:
Thanks