Hi, > So with apologies if this has been covered in the past, could > anyone point me to useful books, websites (or past message > numbers here) that cover the use of Visual Basic as an > interface to MS Project?
The mpd file format is actually an .mdb file with a different extension, so you can use DAO/ADO to access or modify MSProject files. With Project 2000 there used to be some documentation for the data structure (tables/fields/etc) buried on the CD, along with SQL to create the tables in SQL Server. I haven't looked into this with regard to any more recent versions of MSProject. HTH. Adelle. ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
