Ok, I've looked around at several threads and didn't get an answer to my question.
I have a form with a date control and would like it to auto update with the current date when the save button is clicked.
I currently have the following code but it is not changing the record.
Private Sub Save_Changes_Click()
On Error GoTo Err_Save_Changes_Click
Me.[Last Update Date].Value = Date
I can give more info in needed.
I have a form with a date control and would like it to auto update with the current date when the save button is clicked.
I currently have the following code but it is not changing the record.
Private Sub Save_Changes_Click()
On Error GoTo Err_Save_Changes_Click
Me.[Last Update Date].Value = Date
I can give more info in needed.