D
DanRoy
I am writing an Access Appliocation where I want to read selected fields in
MS Project and save to a table in MS Access. I have extensive experience
working with the project Object model and developed a Windows application
using automation with MSProject, being able to both rad and write data. I
found the following KB article,
http://support.microsoft.com/kb/210014
and was able to get this to work.
To extrapolate from this, I want to read several MS Project fields and save
them to an Access table, with the unique ID being the key field between MS
project and this Access table. I realize I need to save the duration and
task type so that when I write data back where the duration changes and I can
temporarily change the task type to Fixed Units and allow the resource to
vary as the duration varies, then restore the task type back to its original
setting.
Can you provide several lines of code which demonstrates how MS Project
field data may be saved to Microsoft Access table fields. Sine I am using
the Unique ID as a key field, I will need to update all non-key field data if
the access table already contains the particular task, or i will need to
eprorm an Add if the Unique ID does not exist in the Access table.
MS Project and save to a table in MS Access. I have extensive experience
working with the project Object model and developed a Windows application
using automation with MSProject, being able to both rad and write data. I
found the following KB article,
http://support.microsoft.com/kb/210014
and was able to get this to work.
To extrapolate from this, I want to read several MS Project fields and save
them to an Access table, with the unique ID being the key field between MS
project and this Access table. I realize I need to save the duration and
task type so that when I write data back where the duration changes and I can
temporarily change the task type to Fixed Units and allow the resource to
vary as the duration varies, then restore the task type back to its original
setting.
Can you provide several lines of code which demonstrates how MS Project
field data may be saved to Microsoft Access table fields. Sine I am using
the Unique ID as a key field, I will need to update all non-key field data if
the access table already contains the particular task, or i will need to
eprorm an Add if the Unique ID does not exist in the Access table.