MS Access and MS Project

  • Thread starter Thread starter fmrs19
  • Start date Start date
F

fmrs19

Is there a way to populate an MS Project through MS
access. I've got projects listed in my database with
begin and end dates. I'de like to create timelines in
project based on the dates entered in access. Please let
me know if this is a possiblity.

Fmrs19
 
It is not too difficult if you can use VBA and understand the MS Project
Object Model. You will need to reference the MS Project objects.

It is not something that can be simply explained but the model should be
described in the MS Project VBA Help files.
 
From memory I believe that Project will also dump its details into a normal
Access database. So he could use that method to get at the details w/o using
automation. Not better - just different.

HTH,
TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top