D
Dave Elliott
These controls are being referred to from a sub-form on the enter event.
Problem is that Text427 is a date field and for this scenario it should be
without a date in it.
The rest of the code beyond Text427 works ok!
What do I need to change?
If Not Me.Parent!Text427 And Me.Parent!Text412 > 0 And Me.Parent!Text414 = 0
Then
MsgBox "Why is there more Time being put on this job?"
End If
Problem is that Text427 is a date field and for this scenario it should be
without a date in it.
The rest of the code beyond Text427 works ok!
What do I need to change?
If Not Me.Parent!Text427 And Me.Parent!Text412 > 0 And Me.Parent!Text414 = 0
Then
MsgBox "Why is there more Time being put on this job?"
End If