Setting A Date Based on Check Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I have a check box Job Complete when set to true I want to put in todays date

Here is the code based on the event after update

If Me![Duraweld Job Completion] = True Then
Me![Duraweld Job Completion Date] = Date
End If

I get an error Object or property doesn't support this method, if I change
to Date to Now() it works but puts the time in I'am running access 2002
 
Phillip,

This should work. Is it failing on the Date line or the checkbox line?
 
Back
Top