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
 
Back
Top