Hi,
I get a Compile Error: Expected:= on the following "OK" message box I am trying to create.
Private Sub DUE_DATE_AfterUpdate()
If Me!DUE_DATE < Me!PMTPOSTDT + 29 Then
MsgBox("The Next Due Date Falls within 30 days!",vbExclamation,"Warning")
End Sub
I am not sure what is wrong here. Thanks.
I get a Compile Error: Expected:= on the following "OK" message box I am trying to create.
Private Sub DUE_DATE_AfterUpdate()
If Me!DUE_DATE < Me!PMTPOSTDT + 29 Then
MsgBox("The Next Due Date Falls within 30 days!",vbExclamation,"Warning")
End Sub
I am not sure what is wrong here. Thanks.