Using data from access to generate timelines in MS Project

A

anderstd

I am trying to have MS Project autmatically update with data from a table in
MS Access. The data is a task name and from and to dates. I want this data to
be created into a time line in Project. Does anyone know how I should go
about doing this??
 
N

Norman Yuan

I do not either use MS Project, nor know what kind of built-in database
support MS Project has. But I know MS Project has VBA built-in. If you know
how to programming on ADO/DAO for data access, you can easily write a few
lines of code in MS Project's VBA to get timeline data in *.mdb file
(Whether MS Access is installed or not).
 
Top