C
Curmudgeon
Is there a way I can retrieve the contents of TASK_RTF_NOTES from a
Proj03 Professional mpp file using VBA in Access? If I open the mpp as
an object in VBA and attempt to access the TASK_RTF_NOTES field using
something like T.TASK_RTF_NOTES I get an error.
For testing purposes I have saved the mpp to an mdb and verified that
TASK_RTF_FIELDS is present and populated in MSP_TASKS, but I need to
access it directly from Access programmatically.
If I can figure out how to access it, where can I find code that will
help me convert the long binary data to a string?
Thanks
Dave
Proj03 Professional mpp file using VBA in Access? If I open the mpp as
an object in VBA and attempt to access the TASK_RTF_NOTES field using
something like T.TASK_RTF_NOTES I get an error.
For testing purposes I have saved the mpp to an mdb and verified that
TASK_RTF_FIELDS is present and populated in MSP_TASKS, but I need to
access it directly from Access programmatically.
If I can figure out how to access it, where can I find code that will
help me convert the long binary data to a string?
Thanks
Dave