Not sure this is the right forum, but I could really use some help mapping fields from an Access database into Project. I recently had to upgrade from Project 2007 to 2010 and ever since then have had problems using an existing map. The initial problem I ran into was getting “OUT OF CONTEXT:Start_Date” errors when trying to map my database field name [Start] to project field name Start, and [Subtask Name] to Name, along with a few others.
So after a little Googling, I found out that it appeared to be an issue with Project 2010 in that it seems project 2010's default column names are different from 2007, so I went into my Access database and renamed [Start] to [Start_date] and [Subtask Name] to [Subtask_Name]…which appeared to fix my map errors.
But for some reason, even though you can see in the “Preview” panel, where the first Start date is 14 June 2010…after running the map in Project, nothing gets mapped into the Project Start field, and so all the tasks end up with the exact same 31 Dec 2005 date for some reason.
The command I use in a macro to do the mapping is
OrganizerMoveItem Type:=7, FileName:="DAS_IMCSB Schedule.mpp", ToFileName:="Global.MPT", Name:="AR2009IMCSB"
Any help would be much appreciated as I’m not really much of a vba programmer and at my wits end trying to get this to work. The only other thing I can think of is having Access 2010 installed as well, but I’m just not sure that’s really going to fix it. Thanks!
So after a little Googling, I found out that it appeared to be an issue with Project 2010 in that it seems project 2010's default column names are different from 2007, so I went into my Access database and renamed [Start] to [Start_date] and [Subtask Name] to [Subtask_Name]…which appeared to fix my map errors.
But for some reason, even though you can see in the “Preview” panel, where the first Start date is 14 June 2010…after running the map in Project, nothing gets mapped into the Project Start field, and so all the tasks end up with the exact same 31 Dec 2005 date for some reason.
The command I use in a macro to do the mapping is
OrganizerMoveItem Type:=7, FileName:="DAS_IMCSB Schedule.mpp", ToFileName:="Global.MPT", Name:="AR2009IMCSB"
Any help would be much appreciated as I’m not really much of a vba programmer and at my wits end trying to get this to work. The only other thing I can think of is having Access 2010 installed as well, but I’m just not sure that’s really going to fix it. Thanks!