P
Paul
I have an Access 2000 child form in which the source query
is updated in an AfterUpdate event
with 'DoCmd.RunSQL "update ..." '. This update is
followed by a Parent.Refresh. This works fine with MS Jet
Service Pack 6. However, with Service Pack 7, I receive
an "Object invalid or no longer set" error. I see in
Knowledge Base article 304536 that SP 6 was supposed to
correct an error like this (although it doesn't sound
quite like it was the same situation). Does anyone have
any thoughts on what may cause this problem?
I'm running Win 2000 and the tables are in the same Access
mdb file with the form and the code. No link tables.
I admit I'm pretty new to Access/VBA applications and I
inherited this one. Thanks in advance for thoughts.
Paul
is updated in an AfterUpdate event
with 'DoCmd.RunSQL "update ..." '. This update is
followed by a Parent.Refresh. This works fine with MS Jet
Service Pack 6. However, with Service Pack 7, I receive
an "Object invalid or no longer set" error. I see in
Knowledge Base article 304536 that SP 6 was supposed to
correct an error like this (although it doesn't sound
quite like it was the same situation). Does anyone have
any thoughts on what may cause this problem?
I'm running Win 2000 and the tables are in the same Access
mdb file with the form and the code. No link tables.
I admit I'm pretty new to Access/VBA applications and I
inherited this one. Thanks in advance for thoughts.
Paul