No Current Record

B

Bob

When I delete a record from my from which is a Tabular format I get this
error message "No Current Record"
Thanks for any help...Bob
 
B

Bob

Bob said:
When I delete a record from my from which is a Tabular format I get this
error message "No Current Record"
Thanks for any help...Bob
Actually only happens when you try to delete the last row and then the blank
row has focus..Thanks Bob
 
A

Allen Browne

There is a bug in Access 2002 SP3 that generates this record wrongly. Just
use error handling to trap and ignore the bug.

If that's not the issue, then you have code somewhere that is referring to
the record. It might be in the Current event of the form, or
BeforeDelConfirm or AfterDelConfirm. Or it might be in one of the events of
the controls.
 

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