P
PC User
I found this function to duplicate the current record; however, the
copy includes the key field. Does anyone have some ideas to use this
without copying the key field?
Public Function DupeRecord()
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
End Function
Thanks,
PC
copy includes the key field. Does anyone have some ideas to use this
without copying the key field?
Public Function DupeRecord()
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
End Function
Thanks,
PC