I've been importing Microsoft Project data into Excel but want to take advantage of the database features in Access. Therefore, I want to be able to do the following in Access 2016:
- Browse for a Microsoft Project file
- Open the Microsoft Project file
- Import specific data from the Project file and save that data to a table
My questions are the following:
- What is the easiest way to browse for the Project file in VBA. FileDialog?
- I assume that I can open the file with the GetObject function (which I have done before).
- How do I commit the Project data to a table - via a recordset? (Note: It's been a LONG time since I've worked in Access.)
Any help would be greatly appreciated! Thanks in advance!