Private Sub EMAIL_DblClick( CANCEL As Integer)
On Error GoTo HandleErr
If IsNull(Me![EMAIL]) Then
MsgBox "Customer Does Not Have An E-Mail Address"
DoCmd.GoToContr ol "EMAIL"
Else
DoCmd.SendObjec t , "", "", EMAIL, "", "", "", "", True, ""...
User Profile
Collapse
-
Bill Feder started a topic The following does not trap error 2501 when using terminal services. Why?in Visual BasicThe following does not trap error 2501 when using terminal services. Why?
No activity results to display
Show More