Majp, thank you for your suggestion, which does not work the way we would like.
This is the code in the date field
Private Sub ResearchDate_LostFocus()
Me.ResearchDate = Date
End Sub
The above code works when the cursor leaves the date field, but I would like to have the DATE updated when the cursor leaves any of the fields.
Do you have a suggestion on how to this?
Crystal