I have a datasheet form & would like to automatically select, copy & paste append a record when the user checks a checkbox.
I coded
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
in the check_afterupdate event, but it keeps appending a blank record instead of the one which contained the checkbox. I tried selecting the record & then clicking the checkbox, but I got the same results.
Any advice would be much appreciated!
Thanks!
I coded
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
in the check_afterupdate event, but it keeps appending a blank record instead of the one which contained the checkbox. I tried selecting the record & then clicking the checkbox, but I got the same results.
Any advice would be much appreciated!
Thanks!