Hello Everyone!
Today I am exploring the wonderful world of sending Emails automatically.
Please see code below:
Private Sub btnEnter_Click()
If (DCount("*", "qryDuplicateRequest") = 0) Then
DoCmd.GoToRecord acForm, "frmRequest", acNewRec
End If
DoCmd.Close...