Record Deleted Error Message

A

ajhome

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
 
S

Sprinks

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
 
A

ajhome

Greetings... Now I am getting an error message that states, not a valid
bookmark! Any ideas?
 
Top