D
dan
I have a main form that's source is a querry joining two
tables. A subform is joined with child parent child fields
so that a new record can be created in the sumform
automatically linking with the mainform. I want to
duplicate a record of the main form and the subform. What
is the best way to accomplish this. I tried using a querry
to find the current record on the Main form and created
three append querries to past the duplicated record into
the three associated tables. The problem is that this
works intermitently. The main form duplicates but the sub
form duplicated on a different record. They must be a
better way to do this with VBA
Any help would be appreciated
tables. A subform is joined with child parent child fields
so that a new record can be created in the sumform
automatically linking with the mainform. I want to
duplicate a record of the main form and the subform. What
is the best way to accomplish this. I tried using a querry
to find the current record on the Main form and created
three append querries to past the duplicated record into
the three associated tables. The problem is that this
works intermitently. The main form duplicates but the sub
form duplicated on a different record. They must be a
better way to do this with VBA
Any help would be appreciated