exporting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I really need to know how to export data from access to ms-project 2003.

I have add the ref in the module and now I want to know what to do.

If someone had an example of code to export in project or something similar,
please tell me, I badly need it and the help in access or project dont say
anything interesting.

And please dont tell me to go in the project newsgroup, nobody knows enough
access to help me!

Thanks for help
 
I have not personally used Access to interface with Project, but I may be
able to help a little. I have used Accees to interface with other Office
products.
All Office Products use VBA and have their own Object model. I don't know
if a book on Project coding is available, but I did get one on Excel and it
helped a lot, but also if you will use the Object Browser in VBA Editor, you
can get a sense for what the object relationships are and what their
properties and methods are.
You will need to establish references to the Project Libraries. I believe
there are about 8 libraries for Project.

Sorry I can't be more explicit.
 
Back
Top