N
Neal
Hi there
I have a form that shows a record. I want to add a button that copies the
record, makes a new one and pastes.
I've found the easy way to do it is...
Code a Click event:
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
This is fine on a plain form, but doesn't work on my Main/Sub form. Can
someone advise how to do this?
Thanks, Neal
I have a form that shows a record. I want to add a button that copies the
record, makes a new one and pastes.
I've found the easy way to do it is...
Code a Click event:
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
This is fine on a plain form, but doesn't work on my Main/Sub form. Can
someone advise how to do this?
Thanks, Neal