'no current record' on delete

D

Dan

I recently ran a few Microsoft updates because my
database was a little unstable, and now I get an error
message 'no current record' whenever I delete a record
from every form.

Seems to halt on the following line of code generated by
the delete record wizard:

DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70

I realise it's a little vague, but thought someone else
may have had the same problem.

Cheers

Access 2002 (10.6501.6626) SP3
 
A

Allen Browne

Yes. This is a known issue after applying Service Pack 3 for Office XP.

The workaround is to include some error handling to just ignore the error.
 

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

Top