
Unhandled Exception Err MSAcc97
I have a subform on a page of a Tab control. I have code that runs on the
AfterUpdate of a toggle on the same page of the Tab Control. I Keep getting
a fatal error when the code hits any line that tries to resize a control on
the tab:
ERROR:
'Unhandled Exception in MSAccess.exe 0xc0000005.Access Violation."
301310DC mov eax,dword ptr [ecx]
A few weeks ago after getting this error - I rebuilt the form after trying
every other alternative, like importing all objects into a brand new mdb
container - the error came right along.
After rebuilidng the form from scratch the error went away, until today.
Today, just moving around and testing the tab control and the toggle events,
the error was back again - and again, won't go away.
Has anybody ran into a similar problem. I have all the latest Service packs
installed - tried little tricks like Decompiling - nothing is working - I
can rebuild the form again - but this has proven to be an ongoing bug.
Joan