C
CW
We have a form that is used to construct our sales invoices. Up until the
point where the data is transferred to our accounting system, users need to
be able to edit the forms and amend the invoice contents.
Once an invoice has been transferred, the status field on the form is
changed from Draft to (surprise surprise) Transferred.
Once this has occurred I would like to prevent anyone editing the invoice
any further.
So it's a conditional situation: if the value in the status control is
Draft, users should be able to edit the form in full. If the value is
Transferred, they should be able only to view.
I have tried fiddling around with some code in the Open and Load events but
could not get it right - how and where should I code this, please?
Many thanks
CW
point where the data is transferred to our accounting system, users need to
be able to edit the forms and amend the invoice contents.
Once an invoice has been transferred, the status field on the form is
changed from Draft to (surprise surprise) Transferred.
Once this has occurred I would like to prevent anyone editing the invoice
any further.
So it's a conditional situation: if the value in the status control is
Draft, users should be able to edit the form in full. If the value is
Transferred, they should be able only to view.
I have tried fiddling around with some code in the Open and Load events but
could not get it right - how and where should I code this, please?
Many thanks
CW