Rainer2000
IS-IT--Management
Hi,
I am using the following code to copy a recordset in a Form which has a linked subform:
DoCmd.runCommand acCmdSelectRecord
DoCmd.runCommand acCmdCopy
DoCmd.runCommand acCmdPasteappend
This copies the recordset, but unfortunately the fields in the subform remain empty, and I have not found a way to populate them by VBA. Does anybody know what's wrong ?
Rainer
I am using the following code to copy a recordset in a Form which has a linked subform:
DoCmd.runCommand acCmdSelectRecord
DoCmd.runCommand acCmdCopy
DoCmd.runCommand acCmdPasteappend
This copies the recordset, but unfortunately the fields in the subform remain empty, and I have not found a way to populate them by VBA. Does anybody know what's wrong ?
Rainer