G
Guest
This is in my form's on open event. New_Invoice is a button
If Forms!Entry_Screen.New_Invoice.IsDirty = True Then
DoCmd.GoToRecord , , acNewRec
End If
I get an error message saying that the property or method isn't supported.
What's the best way to see if a button has been clicked?
If Forms!Entry_Screen.New_Invoice.IsDirty = True Then
DoCmd.GoToRecord , , acNewRec
End If
I get an error message saying that the property or method isn't supported.
What's the best way to see if a button has been clicked?