I am trying to copy and paste a record into a new record in form view including the subform at the same time.
(I'm going to use an example of a database of books as an example so I don't disclose anything I shouldn't)
The main form has all the details about a book for example, such as title author, ISBN, date published, etc and the subform has a list of the categories that can be used to search for the book (such as crime, sci fi, etc).
The main form is based on the 'main table' in the database which has a one to many relationship with the table which has the categories in for each book and which the subform is based on.
I can copy and paste the main record by selecting it and copying it into a new record but I have to go back to the original record to copy and paste the category information into the subform.
Is there an easy way I can do both in one step either using the tables or the forms?
(I'm going to use an example of a database of books as an example so I don't disclose anything I shouldn't)
The main form has all the details about a book for example, such as title author, ISBN, date published, etc and the subform has a list of the categories that can be used to search for the book (such as crime, sci fi, etc).
The main form is based on the 'main table' in the database which has a one to many relationship with the table which has the categories in for each book and which the subform is based on.
I can copy and paste the main record by selecting it and copying it into a new record but I have to go back to the original record to copy and paste the category information into the subform.
Is there an easy way I can do both in one step either using the tables or the forms?