I have a subform with a record that contains 3 comboboxes and a couple of text boxes (hidden and visible) and an “Available” checkbox. I am trying to restrict the user to modify the records after they have been entered them; using only the “Available” checkbox if they do not want to use that record. The subform shows all records in the same page.
What I want to do is let the user select, enter the info on the record line and after the record has been saved not let the user make any changes to the 3 comboboxes. The user should be able to insert a new record.
Been trying to use locked but it locks the combobox on a new record.
What I want to do is let the user select, enter the info on the record line and after the record has been saved not let the user make any changes to the 3 comboboxes. The user should be able to insert a new record.
Been trying to use locked but it locks the combobox on a new record.