I have been able to create a button that copies the exsisting record and appends it to the end of the table as a new record. Here is the code:
Private Sub Command2_Click()
On Error GoTo Err_Command2_Click
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem...