I have an access database with an enforced primary key on all records. Users of this database wish to copy fields from one form/record to a new form. How can can I create a duplicate form without causing issues with the primary key??
Each form has a unique primary key and by replicating the form you are also copying the same primary key over which is invalid so a copy of the form cannot be created. How do I go about creating a copy of a form? I would prefer having a "Create Copy of Form" button to place at the end of a form.
By the way I must do this as users are too lazy to re-enter data into a new form.
Each form has a unique primary key and by replicating the form you are also copying the same primary key over which is invalid so a copy of the form cannot be created. How do I go about creating a copy of a form? I would prefer having a "Create Copy of Form" button to place at the end of a form.
By the way I must do this as users are too lazy to re-enter data into a new form.