"Run-time error '2455'" when closing Access after making editing changes to a form

mrb783

Registered User.
Local time
Today, 15:15
Joined
Oct 28, 2008
Messages
40
"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:

Run-time error '2455':

You entered an expression that has an invalid reference to the property Form/Report.
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).

This error will crop up if changes occurred on any of the form fields or any of the subform fields. Any ideas?
 
Re: "Run-time error '2455'" when closing Access after making editing changes to a for

I would try importing everything into a new db and then Compact and Repair. If that does not fix it, it may be necessary to post your db so we can take a look at it. Remove any sensitive data first. Are you actually allowing the user to modify a form or just the data it displays?
 

Users who are viewing this thread

Back
Top Bottom