Saving MS-Project file as MS-Access Database

  • Thread starter Thread starter kris leech
  • Start date Start date
K

kris leech

I made a database using Access 2002 as an Access project so that is was
compatible with SQL Server and MSDE.
However in order for my customers to try the work in progress out they need
it as a normal Access database, how do I save the Project file as a Access
database? I tried Save As (which only saves objects) and export, but no
luck!

Many thanks, Kris.
 
Hi Kris,

you could try the following:

- Create a new .MDB database.
- Import all the 'project' objects from the ADP.
- Use the SQL/MSDE Import Exprt Data wizard to copy the
data from the server to the .MDB.

You may need to make some changes (depending on what your
db does)

hth

chas
 
Thanks Chaz, will try that, luckily I don't need any data only the structure
of the database.

Best wishes, Kris.
 
Back
Top