"Run-time error '2455'" when closing Access after making editing changes to a form
I searched through the forums here and couldn't find any answers to this one, though some others have experienced similar issues. Anyway, I have a form that works quite well for everything I'm asking of it at the moment, with one exception: if a user makes any editing changes to the main form and then exits Access with the form still open, I get a Visual Basic run-time error as follows:
This error will crop up if changes occurred on any of the form fields or any of the subform fields. Any ideas?
I searched through the forums here and couldn't find any answers to this one, though some others have experienced similar issues. Anyway, I have a form that works quite well for everything I'm asking of it at the moment, with one exception: if a user makes any editing changes to the main form and then exits Access with the form still open, I get a Visual Basic run-time error as follows:
It is important to note that the changes are committed to the database, so no data loss is experienced. However, it's more of an annoyance that it appears and looks bad for the developer/admin (me).Run-time error '2455':
You entered an expression that has an invalid reference to the property Form/Report.
This error will crop up if changes occurred on any of the form fields or any of the subform fields. Any ideas?