kakworks247
Programmer
I am not sure how to describe the problem so I will start at the beginning. I have an Access db/program. It takes an email and manipulates the data and places it into the appropriate files in the db. The last field is to be a link to external documentation. Herein lies the problem.
The external doc is a Word template. The template will have to be filled in by the people as they complete the project. I need to somehow have the file already created and linked at the same time the email is processed.
Basically I need to know how to have access populate the link field with a link like c:\doc1234. 1234, however, need to be the same number as the autonumber for that table entry. They need to be able to open the doc externally so they need the number as the cross reference.
Once I have the link, anyone know how to make it 'copy' the template to the name doc1234 so it is ready to be filled in?
If I haven't made any sense, please let me know. They of course want this done by Wednesday.
Any help is greatly appreciated.
Thanks so much,
Kimberly
I have an access db that I need to link to a word document. I have a field in the db just for the link. The table is populated automatically by a vba program that takes an email and puts the items into the db table. The Word file needs to be named xxx1234 where 1234 correspond to the autonumber so the Engineers can keep track of which table item goes with which word doc easily.
The word document needs to be the 'same' to start with as they will be filling in the information for each item so I figured I would use a template.
I'm not sure I have explained this well
The external doc is a Word template. The template will have to be filled in by the people as they complete the project. I need to somehow have the file already created and linked at the same time the email is processed.
Basically I need to know how to have access populate the link field with a link like c:\doc1234. 1234, however, need to be the same number as the autonumber for that table entry. They need to be able to open the doc externally so they need the number as the cross reference.
Once I have the link, anyone know how to make it 'copy' the template to the name doc1234 so it is ready to be filled in?
If I haven't made any sense, please let me know. They of course want this done by Wednesday.
Any help is greatly appreciated.
Thanks so much,
Kimberly
I have an access db that I need to link to a word document. I have a field in the db just for the link. The table is populated automatically by a vba program that takes an email and puts the items into the db table. The Word file needs to be named xxx1234 where 1234 correspond to the autonumber so the Engineers can keep track of which table item goes with which word doc easily.
The word document needs to be the 'same' to start with as they will be filling in the information for each item so I figured I would use a template.
I'm not sure I have explained this well