I'm doing a small project as a part from my course in access; we use Microsoft Access 2010 but the database itself is 2007.
My main problem is: how to lock a record from changing after a value in the record changes a value.
In my case, the value changes is an option box that changes from open to close. Also, the change itself is triggered by change in other values; I tried to make a macro for it... didn't go as good as I hoped.
The macro should change value A from "open" to "close" when i tick check box B and the value in text box C in not null.
Thanks for the help