daniels012
Technical User
I want to hide a button on my form when the record is new. How can I add this to my code of the button??
Here is the code now:
Private Sub Command876_Click()
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
End Sub
This copies data from one record onto a new blank form. Obviously I don't want to copy blank info into a new form.
Any help would be greatly appreciated!
Michael
Here is the code now:
Private Sub Command876_Click()
DoCmd.RunCommand acCmdSelectRecord
DoCmd.RunCommand acCmdCopy
DoCmd.RunCommand acCmdPasteAppend
End Sub
This copies data from one record onto a new blank form. Obviously I don't want to copy blank info into a new form.
Any help would be greatly appreciated!
Michael