Hi All,
I've got a form where I want a date field to automatically change the date if any of the data on a row is changed or added.
I've found a similar thread before but unfortunately I couldn't get it to work.
Private Sub Form_AfterUpdate()
Me.Last_Updated = Now()
I really don't want the date to change afterupdate, rather I wanted it to change when a user makes a change on the row, but alas I just couldn't get it to work. It certainly doesn't input a date in that field at all. I've tried ondatachange which I thought was more appropriate.
Thank you in advance for any advice
I've got a form where I want a date field to automatically change the date if any of the data on a row is changed or added.
I've found a similar thread before but unfortunately I couldn't get it to work.
Private Sub Form_AfterUpdate()
Me.Last_Updated = Now()
I really don't want the date to change afterupdate, rather I wanted it to change when a user makes a change on the row, but alas I just couldn't get it to work. It certainly doesn't input a date in that field at all. I've tried ondatachange which I thought was more appropriate.
Thank you in advance for any advice
