View Full Version : Manipulate Project's native tables?


dgmoore@erols.com
03-15-2006, 04:11 PM
Is there a way to access and manipulate Project's native tables
(particularly msp_tasks) directly within Project? Is it possible to
create and manipulate custom temporary tables and manipulate them via
SQL and DAO within Project? I'm trying to streamline a process that
uses MSAccess to extract, manipulate, and re-export data from/to
Project. I need a lot more power and flexibility than can be achieved
by iterating through each T in ActiveProject.Tasks or
ActiveSelection.Tasks.

Any suggestions would be appreciated.

Thanks
Dave