J
Junior
Hi - what am i doing wrong with the following code - it works except focus
does not return to [txtDteRet]?
If Not (dtReturnd >= dtIssued) Then
MsgBox "The date returned cannot be earlier than date issued"
Me.txtDteRet.SetFocus
Me!txtDteRet = Null
Exit Sub
End If
does not return to [txtDteRet]?
If Not (dtReturnd >= dtIssued) Then
MsgBox "The date returned cannot be earlier than date issued"
Me.txtDteRet.SetFocus
Me!txtDteRet = Null
Exit Sub
End If