I have a form with personal information, such as name, address and so on. When I update a record, I want to update a field RecUpdate with the current date and time.
I was thinking of doing this in the AfterUpdate event of the form, but I have no idea how to do this.
I know how to write an update statement, but I don't know where and how to link it to the form.
I was thinking of doing this in the AfterUpdate event of the form, but I have no idea how to do this.
I know how to write an update statement, but I don't know where and how to link it to the form.