TryingMyBest
Registered User.
- Local time
- Today, 03:32
- Joined
- Nov 18, 2004
- Messages
- 54
Thank you
That's exactly the sort of thing I was after....you're a star!
Jo
KenHigg said:' Sub Start here
If IsNull(Me.txtAuditee) Then goto nullError
If IsNull(Me.txtAuditeeEmailAddress) Then goto nullError
If IsNull(Me.txtWBSCode) Then goto nullError
If IsNull(Me.cboReasonForAudit) Then goto nullError
exit_sub:
exit
nullError:
MsgBox "You must complete all relevant fields to continue", vbOKOnly, "Error"
'I assume you want to do something else here...
goto exit_sub
' Sub end here
That's exactly the sort of thing I was after....you're a star!

Jo