S
Steve T
We currently have an access database for our order entry. What I am needing
is a way to lock a specific record on a form when a certain field equals a
value.
I have a form called frmInvoice with a subform called frmInvoiceDetails. A
combo box on frmInvoice has 5 values in it (Backlog, Current, 30-60,
60-plus, Paid). The default value is Backlog and all others are selected
when the order changes status.
What I want to do is have all records with "Backlog" in the combo box be
editable and the others not be able to be changed, edited, etc.
I basically don't want users to be able to change any records except if they
are in the Backlog.
Thanks in advance for any help.
Steve T
is a way to lock a specific record on a form when a certain field equals a
value.
I have a form called frmInvoice with a subform called frmInvoiceDetails. A
combo box on frmInvoice has 5 values in it (Backlog, Current, 30-60,
60-plus, Paid). The default value is Backlog and all others are selected
when the order changes status.
What I want to do is have all records with "Backlog" in the combo box be
editable and the others not be able to be changed, edited, etc.
I basically don't want users to be able to change any records except if they
are in the Backlog.
Thanks in advance for any help.
Steve T