G
Guest
I have a continuous subform on a main form with a combo box on the subform
that triggers three additional "pop-up" forms in succession so users can
select items from additional combo boxes. I'd like the user to have the
ability to copy a record and paste it as a new one. The command button
wizard creates great code for this, except that when the record is appended
at the end of the subform, the after update event on the first combo box
triggers the first pop-up form, thus defeating the purpose of duplicating the
record for simplicity's sake. What code can I add to bypass the pop-up forms
and directly paste the first record's info into the newly appended record?
Thanks in advance for any help.
that triggers three additional "pop-up" forms in succession so users can
select items from additional combo boxes. I'd like the user to have the
ability to copy a record and paste it as a new one. The command button
wizard creates great code for this, except that when the record is appended
at the end of the subform, the after update event on the first combo box
triggers the first pop-up form, thus defeating the purpose of duplicating the
record for simplicity's sake. What code can I add to bypass the pop-up forms
and directly paste the first record's info into the newly appended record?
Thanks in advance for any help.