I need to import MsProject data into an existing Access application to create
specialized custom reports. What is the best way to go about this?

Re: Export to Access by Gérard

Gérard
Wed Nov 02 15:50:32 CST 2005

Hello,

File / Save As... / File Type : Microsoft Access...
HTH

Gérard Ducouret

"JAY-USC" <JAY-USC@discussions.microsoft.com> a écrit dans le message de
news:8C9B60C2-91DC-4842-926D-E75D1F93656F@microsoft.com...
> I need to import MsProject data into an existing Access application to
create
> specialized custom reports. What is the best way to go about this?



Re: Export to Access by John

John
Thu Nov 03 11:56:15 CST 2005

In article <8C9B60C2-91DC-4842-926D-E75D1F93656F@microsoft.com>,
"JAY-USC" <JAY-USC@discussions.microsoft.com> wrote:

> I need to import MsProject data into an existing Access application to create
> specialized custom reports. What is the best way to go about this?

JAY,
Just an adjunct to what Gerard suggested. An export maps works fine for
static data but it will not work for timescaled data. For that there are
basically two choices - either use VBA or and SQL query directly on the
Project database. For information on the Project database structure,
search your hard drive for the following file (or something similar
depending on what version of Project you are using):
projdb.htm

Hope this helps.
John
Project MVP