Hi,
I'm developing a form for a database. The After Update event code is shown below:
Private Sub Form_AfterUpdate()
On Error GoTo Err_Form_AfterUpdate
Dim AlreadySent As Long
Dim day, month, year As String
Dim Today As Date
Dim Subject, msgtext, Name As String
day = Format((Date)...