Hello!
I have a checkbox called "Received", and a field called "Received Date". I would like the date to auto populate in the "Received Date" field upon clicking the checkbox.
I went under properties for the checkbox, event, code and entered the following:
Private Sub Received_Click()
If...