Hi All:
Like the title, is there a way to make record read-only after update? I have a data entry database that the user can only
enter data once (after they perform necessary research). Once the data is entered, and they click the "next record" button, I would
like all textboxes and comboboxes read-only. This way they can't go back and modify what has been entered.
I have added (by request) a timing element (time/datestamp) to the table that is being updated by way of the data entry form (in particular the mainform has the data to be researched/reviewed, the user makes updates in the subform). Because of this request, I am trying to keep the tables "clean" without bulking up with multiple timestamps for the same records.
I am using this:
HTML Code:
https://support.office.com/en-us/article/Store-the-date-and-time-when-a-record-is-modified-EFB28268-C3D7-47A8-89ED-CDFB86B722B2
Then, I tried this:
HTML Code:
[http://answers.microsoft.com/en-us/office/forum/office_2010-access/making-records-read-only/7db3c440-d25a-4f9f-a90b-e6e352962e3b
but got "Invalid Outside Procedure" error.
I am working (fighting) with Access 2007.
Any ideas
?
Thanks,
didiomm