D
deb
I have a check box that, when clicked, adds today's date to a table field.
Private Sub CkBoxCIComp_AfterUpdate()
Me!CIComp = Now
End Sub
After the initial check in the box, I would like the check box to be
disables so they cannot check again and change the initial date that was
entered on the initial check.
I also need a msg to contact the admin for assistance.
Can anyone tell me how this can be done?
Thanks
Private Sub CkBoxCIComp_AfterUpdate()
Me!CIComp = Now
End Sub
After the initial check in the box, I would like the check box to be
disables so they cannot check again and change the initial date that was
entered on the initial check.
I also need a msg to contact the admin for assistance.
Can anyone tell me how this can be done?
Thanks