how can I stop a record being changed after it is changed to a cirtain value?
my senario is this:
a shop has an order table one of the fields is status.
the status can be [order recived] or [awaiting delivery].
I have code that updates the amount in stock when the field is changed to order recived.
how do I stop the user repeatedly changing the field to order recived by mistake (and therby increasing the nuber in stock)? Is ther an easy way to do this in the Private Sub Status_Change()
???
my senario is this:
a shop has an order table one of the fields is status.
the status can be [order recived] or [awaiting delivery].
I have code that updates the amount in stock when the field is changed to order recived.
how do I stop the user repeatedly changing the field to order recived by mistake (and therby increasing the nuber in stock)? Is ther an easy way to do this in the Private Sub Status_Change()
???