I'm trying to duplicate a single record from a form. The form is using data from 3 tables. What is the best way to duplicate the record? The built in command button for duplicating records on a form does not work, probably because the form is too complex. What I really need to do is just duplicate the data from one of the related tables that the rest of the form data is grouping on. Should I use the me object and copy the fields to a new record. Thanks in advance for the help