J
John C.
I have a database which allows users to delete entries
they have previously made.
I want to transfer these records from the current DB to
another DB to archive/preserve these entries and offer an
audit trail of who did what when.
I'll trap this in the Form_AfterDelConfirm routine.
The deleted DB will have the same fields, plus two new
ones, to record userid and machine id of who deleted the
record.
The DB will be located in the same folder/directory as the
originating DB.
(1) I have not referred another DB outside of the current
one in use. How do I get there?
(2) Is there a global command to transfer all the fields
of the deleted record at once?
they have previously made.
I want to transfer these records from the current DB to
another DB to archive/preserve these entries and offer an
audit trail of who did what when.
I'll trap this in the Form_AfterDelConfirm routine.
The deleted DB will have the same fields, plus two new
ones, to record userid and machine id of who deleted the
record.
The DB will be located in the same folder/directory as the
originating DB.
(1) I have not referred another DB outside of the current
one in use. How do I get there?
(2) Is there a global command to transfer all the fields
of the deleted record at once?