Upgrading to 2002

B

Brian P

I'm trying to upgrade an access 97 application to 2002.

For the most part it all works, but there is a drop down box that is giving
me troubles.

When I (or a user) clicks on an item in the drop down box, there is an error:

3167 - Record is deleted.



In the code for the AfterUpdate event, their is a save:

"DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70"

Which seems to be causing the "deleted" error. If I comment out the save,
then you can click on an item, but if you leave that subform and come back
to it (the subforms are in a tab control) then it says #deleted in all of
the other fields.)


What is causing this deleted? I saw an article on MSDN about #deleted with
oracle databases (which this form is linked to an oracle database) but i
tried to update my jet drivers and it says i'm already on the latest.

Any ideas?
 
B

Baz

Brian P said:
I'm trying to upgrade an access 97 application to 2002.

For the most part it all works, but there is a drop down box that is giving
me troubles.

When I (or a user) clicks on an item in the drop down box, there is an error:

3167 - Record is deleted.



In the code for the AfterUpdate event, their is a save:

"DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70"

Which seems to be causing the "deleted" error. If I comment out the save,
then you can click on an item, but if you leave that subform and come back
to it (the subforms are in a tab control) then it says #deleted in all of
the other fields.)


What is causing this deleted? I saw an article on MSDN about #deleted with
oracle databases (which this form is linked to an oracle database) but i
tried to update my jet drivers and it says i'm already on the latest.

Any ideas?

Have you tried refreshing all the links?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

acFormBar 1
Close Form Event 4
blinking form... 3
acSaveRecord Help 1
Jet Engine Error Message 2
Save Record, Append New 3
DoCmd.RunSQL "INSERT INTO (append) 4
blinking form afterupdate 2

Top