Hi All,
I am working on a database which will be used for question and answering. Person A raises a question, by filling a form. After finishing his question he will push the save button and the record is saved and the form is emptied and ready for a new question.
Person B will answer the questions using a similar form.
The field on both forms are stored in one table.
The problem is that the persons using the database should not have the ability to unintentionally alter a previously saved record. If they have the intention to change that record, they should click an unlock button of some kind. Because the user forms store in the same table not all cells of a record should be locked.
I hope there is anybody around understanding my question and capable of providing some help.
Kind regards
Wouter
I am working on a database which will be used for question and answering. Person A raises a question, by filling a form. After finishing his question he will push the save button and the record is saved and the form is emptied and ready for a new question.
Person B will answer the questions using a similar form.
The field on both forms are stored in one table.
The problem is that the persons using the database should not have the ability to unintentionally alter a previously saved record. If they have the intention to change that record, they should click an unlock button of some kind. Because the user forms store in the same table not all cells of a record should be locked.
I hope there is anybody around understanding my question and capable of providing some help.
Kind regards
Wouter