Exporting Data from MS Access to MS Word or MS Excel Templates

Manix

Get Involved!!!
Trusted Information Resource
HI All :bigwave:,

I am pretty annoyed with Microsoft! You would think that the use of data input into it's programs could be shared easily between each of the applications in its Office suite. It appears not!:mad:

It would be extremely advantageous to my cause if I could move data in and out of a database from MS Office Template documents Word and Excel!!! However, having trawled forums and various search results, I cannot find a realtively simple way of doing this and it is unbelievable!

I want to be able to create a template .dotx and .xltx and then use these to:

A: accept data from an access table (usually an individual record) [export from Access into Word or Excel.]

B: be used to update an access record [import data from the spreadsheet or document into an Access record]

It seems that it is not possible, without an extensive use of VBA code. Does anyone know a relatively simple and effective way to achieve this? I would have thought that if you define fields and create relationships and links that this could happen, surely!!! For example, open a Word doc template, that has a drop down list fed by a field in an access table. When you select a specific record, it then cascades the related fields in the access table into the word documents defined fields. That seems very basic, but very powerful and I am gobsmacked that MS have not made this possible!!!!

The reason I am asking this is because I want to be able to have an 8D database, but our 8Ds need external input from suppliers and so they need an .xlsx or .docx in order to provide us with info. So we create an 8D instance in the database (where we can track and manage) and then simply create a form for the external party to fill in, simply by clicking a button. I want to avoid duplicating data entry all the time!!!!

Please note that I know Access imports and exports using a wizard, but these just create new documents and are not formatted very well!
 
Elsmar Forum Sponsor
I am still in 2003. So I cannot help directly. But have you tried UtterAccess.com https://www.utteraccess.com/forum/index.php?app=portal (access help); MrExcel.com https://www.mrexcel.com/forum/index.php (Excel help); or DataPig (broken link removed) Access and Excel training. I thought I heard that you can make access distributable (non-access users can use) without an extra liscense in 2010 but I may be wrong.

PS Have you ever looked at Infopath to do this?
 
Last edited by a moderator:
If all you need is an 8D form populated from an access database, then you can use the mail merge function. Use the Access database table for the data source, and select the record(s) you want.

If you want the supplier to be able to enter data that goes back into the database automatically, I think you're out of luck.
 
Thanks to you guys for replying, but none of the solutions offered will do what I want it to do. I cannot believe that M$ make this so difficult,it seems crazy how hard it is for this to work!!

We are implementing a new, integrated ERP system in the next few months which I think will take care of this as it has a bolt on workflow module for information flow both internally and externally. Will have to wait until then!!!
 
Back
Top Bottom