Workaholic
Registered User.
- Local time
- Today, 10:16
- Joined
- Jun 20, 2004
- Messages
- 17
Private Sub cmdFeedSub_Click()
If IsNull(txtfirstname) Or IsNull(txtsecondname) Or IsNull(txtteam) Or IsNull(txtRegion) Or IsNull(txtsupport_id) Then
Me.lblRed1.Visible = True
Cancel = True
Else
Me.lblGreen.Visible = True
DoCmd.RunCommand acCmdSaveRecord
End If
Can anyone tell me why this statement won't go by the first part.
Cheers
If IsNull(txtfirstname) Or IsNull(txtsecondname) Or IsNull(txtteam) Or IsNull(txtRegion) Or IsNull(txtsupport_id) Then
Me.lblRed1.Visible = True
Cancel = True
Else
Me.lblGreen.Visible = True
DoCmd.RunCommand acCmdSaveRecord
End If
Can anyone tell me why this statement won't go by the first part.
Cheers