Clueless Newbie
Immortal. So far.
- Local time
- Today, 05:19
- Joined
- Feb 6, 2004
- Messages
- 48
Hi all!
I'm not entirely sure if mine is a VBA issue or if my thread belongs into the forms forum really. Anyway, here's my problem:
I'm using a pop-up form (Form_Duplikation) in oder to duplicate a recordset. Form_Duplikation is opened and gets its data from the open/current recordset of my main form (Form_Datenerfassung) with an onClick event.
Once I've finished the duplication process, Form_Duplication is automatically closed. After that, I would like to update Form_Datenerfassung with the data of my newly created duplicate, so Form_Datenerfassung will then show the clone instead of the parent recordset. In case the user decides not to go ahead with the duplication, I would also like the main form to remain as it is and still show the parent recordset. Is there a simple way to do this without heaps of code?
Thank you for your patience with me!

Ute
I'm not entirely sure if mine is a VBA issue or if my thread belongs into the forms forum really. Anyway, here's my problem:
I'm using a pop-up form (Form_Duplikation) in oder to duplicate a recordset. Form_Duplikation is opened and gets its data from the open/current recordset of my main form (Form_Datenerfassung) with an onClick event.
Once I've finished the duplication process, Form_Duplication is automatically closed. After that, I would like to update Form_Datenerfassung with the data of my newly created duplicate, so Form_Datenerfassung will then show the clone instead of the parent recordset. In case the user decides not to go ahead with the duplication, I would also like the main form to remain as it is and still show the parent recordset. Is there a simple way to do this without heaps of code?
Thank you for your patience with me!
Ute