i have a check box that when checked i want it to automatically put today's date in the [date] field. i'm using the following code in the afterupdate of the check box but nothing happens. do i need to requery the date field?
Private Sub Complete_AfterUpdate()
Me![Date] = Date
End Sub
Private Sub Complete_AfterUpdate()
Me![Date] = Date
End Sub