I have a main form with a subform. The subform is disabled until an option is selected from a combobox on the main form and then, depending on the selection from that mainform combobox, some of the comboboxes on the subform autofill with data and disable. The error occurs when a user makes a selection from the mainform combobox then enters data into the subform and then goes back to the mainform and makes a change in the data. Is there any way to prevent this error? If the user makes a selection in the mainform and then moves on to the subform only to realize they entered the wrong thing in the mainform so they try to edit it, my database crashes. Any ideas?
Thanks!!