D
Dave Elliott
This code is giving me a error. Block If without End If and then it
highlights the End Sub
What am I doing wrong ?
Thanks,
Dave
Private Sub Form_BeforeUpdate(Cancel As Integer)
If IsNull(Combo38) Then
MsgBox "Need Type of Call"
Cancel = True
If IsNull(Combo6) Then
MsgBox "Employee Needed"
Cancel = True
End If
End Sub
highlights the End Sub
What am I doing wrong ?
Thanks,
Dave
Private Sub Form_BeforeUpdate(Cancel As Integer)
If IsNull(Combo38) Then
MsgBox "Need Type of Call"
Cancel = True
If IsNull(Combo6) Then
MsgBox "Employee Needed"
Cancel = True
End If
End Sub