S
Stephen Haley
Ive just run into this one and it turned out the filter was the problem. I
had a master form with a text box driven from a combo box. The text box in
turn was declared as the parent link to the subform. When the subform had a
filter in place and I changed the value in the linked text box then Access
crashed (UAE) with the ubiquitous 0xc0000005 error in the debug dump. From
what I can remeber this is simply Access losing internal pointers. The
solution was to turn off the filter (I also removed the filter string to be
safe change the textbox then reapply the filter and it works fine. No idea
why this was happening and could be a result of a cumulation of things eg I
have the form subclassed as well. But just incase any one else runs into
this it might provide a possible solution.
rgds
Stephen
had a master form with a text box driven from a combo box. The text box in
turn was declared as the parent link to the subform. When the subform had a
filter in place and I changed the value in the linked text box then Access
crashed (UAE) with the ubiquitous 0xc0000005 error in the debug dump. From
what I can remeber this is simply Access losing internal pointers. The
solution was to turn off the filter (I also removed the filter string to be
safe change the textbox then reapply the filter and it works fine. No idea
why this was happening and could be a result of a cumulation of things eg I
have the form subclassed as well. But just incase any one else runs into
this it might provide a possible solution.
rgds
Stephen