Hi, Tracy.
db1.mdb is the default name for a new database file in a directory. If this
file already exists when a new file is to be created, then db2.mdb is used.
The number is incremented for each new database file that is created in the
directory whenever the user does not assign a different name. The fact that
a standalone computer is creating these files means that Access is being
directed to create these new files -- separately from the common cause that
the "Compact on close" option is set in a multiuser database.
That means that VBA code, or a macro, or a shortcut with appropriate
command-line arguments is being executed to create a new database file, or
the student is creating a new file from the Access GUI and choosing not to
assign a new name for the new file.
You (or someone knowledgeable in Access) will need to do some leg work to
determine why a new database file is being created -- repeatedly in most
cases. In a school environment, I'd ask the students what's going on.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.