Hi all once again!!!
I have a Database that runs perfectly under carefully users. Due to the limitations on the database design capabilities I decided to use Transactions
(You enter data once and then deleted by the appropriate queries following transactions to related tables) in which the forms you enter data is
always empty after executions. Sometimes users tend to enter the same records once again just because they don't see them in the respective tables.
They repeat several times before make a call for assistance. The whole applications become obsolete as there are many complaints than congratulations .
How to prevent user from entering exactly the same record as he/she entered before???
I have a Database that runs perfectly under carefully users. Due to the limitations on the database design capabilities I decided to use Transactions
(You enter data once and then deleted by the appropriate queries following transactions to related tables) in which the forms you enter data is
always empty after executions. Sometimes users tend to enter the same records once again just because they don't see them in the respective tables.
They repeat several times before make a call for assistance. The whole applications become obsolete as there are many complaints than congratulations .
How to prevent user from entering exactly the same record as he/she entered before???
Comment