Hi all,
when the users are saving the form, i want to make sure they have filled in certain fields. On previous forms my code has worked, but for some reason on this form it won't, i usually put:
If tankID = "" Then
MsgBox ("Please Enter the Tank ID")
tankID.SetFocus
End If
Can anyone explain why it may not be working, thank you
when the users are saving the form, i want to make sure they have filled in certain fields. On previous forms my code has worked, but for some reason on this form it won't, i usually put:
If tankID = "" Then
MsgBox ("Please Enter the Tank ID")
tankID.SetFocus
End If
Can anyone explain why it may not be working, thank you