B
Bob Vance
I am trying to open a form "frmRemarks"
and close the form that my control button is on
Private Sub cmdDCDShortcut_Click()
DoCmd.OpenForm "frmRemarks"
DoCmd.Close acForm, Me.Name
End Sub
and close the form that my control button is on
Private Sub cmdDCDShortcut_Click()
DoCmd.OpenForm "frmRemarks"
DoCmd.Close acForm, Me.Name
End Sub