Record Deleted Error Message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever I try to run a particular DB, I get an error message stating that
the record has been deleted. Can anyone tell me what Access is looking for
if nothing has been deleted?

Thanks
 
ajhome,

There could be code running on startup that is deleting, say, dummy records
used for backup in a previous session. Check the default Display Form/Page
for the application under Tools, Startup. Then load the Visual Basic Editor
(Alt-F11), select the form from the Project Explorer window, and see if any
code is running in the OnOpen or OnLoad event.

Check also for the presence of an AutoExec macro.

Hope that helps.
Sprinks
 
Greetings... Now I am getting an error message that states, not a valid
bookmark! Any ideas?
 
I do have an autoexec macro. What should I be looking for in that macro?
 

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

Back
Top