G
Guest
Hi I am trying to update a date field, so when I click on a check box todays
date appears.
Private Sub chkSendToCollections_Click()
Me.chkSendToCollections = -1
Me.TxtDateSent = (Date)
End Sub
couple of things, the date automatically popultaes wether the chkbox is
invoked,2) what if i uncheck the box can I reverse the code with an else
statement.
Thanks
date appears.
Private Sub chkSendToCollections_Click()
Me.chkSendToCollections = -1
Me.TxtDateSent = (Date)
End Sub
couple of things, the date automatically popultaes wether the chkbox is
invoked,2) what if i uncheck the box can I reverse the code with an else
statement.
Thanks