I'm getting a very strange error when I try to close my form. Error number -2147352567 "You can't assign a value to this object." The code that is failing is
Part of what is so strange is that this is in the form's OnLoad event, but I got the error when I closed the form, after I had already made changes to some data on the form. I can't find this error number anywhere online, but I did find the description tied to error number 2448. The code references a field in the record source, not a control on the form.
Something else that is really strange is that it works usually, but sometimes I do get this error and when I do, it totally locks up Access and I have to close it using the Task Manager. It is really annoying. Any ideas on how to fix this problem? I'm using Access 2010 and Access Runtime 2010.
Code:
Me!StatusID_fk = 112
Something else that is really strange is that it works usually, but sometimes I do get this error and when I do, it totally locks up Access and I have to close it using the Task Manager. It is really annoying. Any ideas on how to fix this problem? I'm using Access 2010 and Access Runtime 2010.
Comment