Michael,
No that behaviour is not normal. I assume you've done a
compact and repair, checked the VBA library references and
are not opening the mdb file exclusively.
I've thought of a few things for you to try:-
First...
Assuming that you are the only user connected
to 'yourappname'.MDB file then close it and Acc2k. Then
use Windows Explorer to check for the presence of a file
called 'yourappname'.LDB in the same folder as your
application file ('yourappname'.MDB). If it exists AFTER
closing your application AND Acc2k AND you are the only
user of that application then delete that LDB file.
Since either Acc95 or Acc97 (I can't remember which
offhand) Access automatically deletes LDB files when the
last user in an application closes it. LDB Files are
Access lock files and can sometimes get corrupted. Access
can also get confused and fail to delete the file.
Second...
Acc2k stores the definition of objects in a database quite
differently from preceding versions. When you change any
object and save it they are all re-saved. As your
application gets bigger and more complex things can get
somewhat confused. It might be worth trying a decompile
on your application, this is undocumented and unsupported
so definately back up! Back up your mdb first then open a
dos window and type "msaccess
yourappname.mdb /decompile". When that's done, reopen
access and your application, recompile everything, close
access and reopen.
Third...
Open a new database and import all your objects from the
old one into the new one.
Best of luck,
Nick Coe, Lincoln, UK
Accessing since 94
classicnick at yahoo dot com