hi,
I would like to be able to open the form in ADD mode but not sure how to do that
also if possible how to minimise the form instead of closing it
thanks
steve
I would like to be able to open the form in ADD mode but not sure how to do that
also if possible how to minimise the form instead of closing it
thanks
steve
Private Sub Command369_Click()
DoCmd.OpenForm "sales orders"
DoCmd.Close acForm, Me.Name
End Sub