In the After Update event of the checkbox (I assume the checkbox itself is named relamped, but if not then change this code to what it should be) put this:
Code:
If Me.relamped Then
Me.[Date Relamped] = Date
End If
What should happen if they uncheck the box? Does it change the date, remove the date, or what?