I have a form that allow users to view the record, make update to the record, but then I want to allow user to save the update as a NEW RECORD. this is my code, and I need help.
doCmd.save "frmReview",,ac NewRec
doCmd.close acform, "frmReview"
thanks!
doCmd.save "frmReview",,ac NewRec
doCmd.close acform, "frmReview"
thanks!
Comment