B
Bob Howard
I have one particular form (of about 40 in the application) that will crash
Access about 50% of the time. The crash only occurs when the form closes.
None of the other forms exhibit this behavior. This form is opened by my
main form and runs on top of the main form (which stays open behind the form
that fails).
To close this bad guy, the user clicks a button on the failing form. This
button has an OnClick event. This event first sets a couple of values in
controls of the form that invoked the failing form, and then issues
"DoCmd.Close acForm, Me.Name, acSaveNo"
just like all my other forms.
Then I get a crash with error c0000005.
I've removed Office 2000 Pro and re-installed it --- no help.
I've started with a new empty database and imported everything from the old
database --- no help.
Any clues from here?
Bob (@Martureo.Org)
Access about 50% of the time. The crash only occurs when the form closes.
None of the other forms exhibit this behavior. This form is opened by my
main form and runs on top of the main form (which stays open behind the form
that fails).
To close this bad guy, the user clicks a button on the failing form. This
button has an OnClick event. This event first sets a couple of values in
controls of the form that invoked the failing form, and then issues
"DoCmd.Close acForm, Me.Name, acSaveNo"
just like all my other forms.
Then I get a crash with error c0000005.
I've removed Office 2000 Pro and re-installed it --- no help.
I've started with a new empty database and imported everything from the old
database --- no help.
Any clues from here?
Bob (@Martureo.Org)