Hi Peers
I have been using a table in a BackEnd .mdb to flag the state of certain transactions in a multi user environment. This means that if the state flagged is true, user have to wait until flag change to false before his request can be processed.
I am now thinking dropping this table and...