The unbound field called txtTotalHours was once bound to TotalHours, before I inserted your code, I unbound it and changed its "Other" name to txtTotalHours, I had some other code to change font color and field lock status... I had forgotten to change that code to reflect the new name...
Here is that code:
Code:
Me.TotalHours.BackColor = vbRed Me.TotalHours.ForeColor = vbRed Me.TotalHours.Locked = True
SO once again, you are the main man and got it working as usual, thanks a mill!
Sorry for the confusion!!!
Leave a comment: