Hi,
Have a search form, that allows users to look for entries to modify.
The results form will list the records, and one of the fields are 'modified date'. What I would like to have happen is, when the user clicks the 'save' button. That the date in this field is updated to today, I don't want the date to update until the press 'save'. Just incase they open the wrong record, or were just reviewing the entry.
Is that possible?
I'm thinking =Date() needs to be put somehow on the onclick of the save button?
Have a search form, that allows users to look for entries to modify.
The results form will list the records, and one of the fields are 'modified date'. What I would like to have happen is, when the user clicks the 'save' button. That the date in this field is updated to today, I don't want the date to update until the press 'save'. Just incase they open the wrong record, or were just reviewing the entry.
Is that possible?
I'm thinking =Date() needs to be put somehow on the onclick of the save button?