I have a Form set to continuous. I have a field on the form named Roll. This field is populated by a dropdown selection box. I also have a field on the form named Done...this is a yes/no field type.
So my form can show many records (continuous form). When the Done field is checked I want to lock the Roll field so it cannot be changed....but the next record on the form should be available to change until it's done box is checked.
I added code to lock the Roll field when the Done box is checked. It worked...I could not change the field.....However...when I changed values in the Dropdown for that record it Did update the Roll field even though it was locked. I do not want this to happen. I want each Roll field in each record to be controlled by its Done selection as to weather it is locked or not.
How can I do this? And, still leave the rest of the records, without the Done box being checked, available for input.
So my form can show many records (continuous form). When the Done field is checked I want to lock the Roll field so it cannot be changed....but the next record on the form should be available to change until it's done box is checked.
I added code to lock the Roll field when the Done box is checked. It worked...I could not change the field.....However...when I changed values in the Dropdown for that record it Did update the Roll field even though it was locked. I do not want this to happen. I want each Roll field in each record to be controlled by its Done selection as to weather it is locked or not.
How can I do this? And, still leave the rest of the records, without the Done box being checked, available for input.