the following code will change the date in the date field to the current date the check box will checked
on current event
If Me.Newrecord then
Me.Dtpicker6.value= date
End if
what code do you have to use to control the checkbox aside of the date so it comes without the check mark to force the user to confirm the date.
on current event
If Me.Newrecord then
Me.Dtpicker6.value= date
End if
what code do you have to use to control the checkbox aside of the date so it comes without the check mark to force the user to confirm the date.