I am a novice Access user and I've created a database of our equipment. I
want to copy the data to Excel and to also copy the Database to our network.
I don't get an option to "save as" when I save the database.
An Access database (unlike an Excel workbook) IS NOT A DOCUMENT.
It's a container for multiple Tables, Forms, Reports, Modules, and
other objects. As such, you cannot copy "the database" to Excel.
What you *can* do is use File... Export... to copy the data *in a
Table or a Query* into an Excel spreadsheet, a new one or an existing
one.
It would be unwise to copy the entire .mdb file to the network; having
the same data stored in two different places (which can then be edited
independently) is a sure-fire recipe for trouble. You can have the
tables *shared* among users by moving (not copying!) the database to a
network folder; if you do so it's best to use Tools... Database
Utilities... Database Splitter to "split" the database into two parts,
one (the shared "backend") with just the tables, and the other (the
"frontend") with all the user interface stuff.
John W. Vinson[MVP]