MS Word Form Letters - Mail Merge Data Source

reimondo

Registered User.
Local time
Tomorrow, 05:01
Joined
Jul 29, 2003
Messages
16
Hi,

I'm currently setting up some form letters as mail merge documents which will link up with the Access database.
I would like to know is there anyway to change the data source address of a mail merge document to be a 'relative' address and not an absolute address?
Or does Microsoft Word only allow absolute addresses?


Regards,

Raymond
 
Just to elaborate on my last post.

With 'absolute' address i mean like if I set the data source of a word form letter to be the DB.mdb file located in "C:\DB\DB.mdb", then the word document's data source is always hardwired to that specific address in C driver ("C:\DB\").
As I have the form letters located in the "C:\DB\" folder aswell, I want to refer to the DB.mdb file as a relative address (ie. "..\DB.mdb"), and not an absolute address.

The reason why I want to use relative addressing, is that I will be sharing the database folder and its form letters over the network. So when other users access the form letters, I don't want the data source of the form letters to be pointing to the 'hardwired' address of "C:\DB\DB.mdb". As this address will be pointing to the client's C drive, which will not contain the DB.mdb file. I want it to be pointing to the address of the shared folder.

So back to my question, I would like to know is it possible to change the settings of Microsoft Word such that it refers to a data source file in terms of 'relative addressing'?
I've created all the mail merge documents via the Microsoft Word interface, as I'm not familar with VB. So any non-VB suggestions would be most appreciated.
 
Just to sum it up, the main problem at the moment, is that when a client computer opens up a mail merged form letter, the data source is empty. (as there is no data source located on the client's C drive). I want MS Word to be able to detect the data source from the 'shared folder' on the network.
 
Why don't you keep the database on a server and map the drives accordingly?

For instance if each machine is mapped to the file DB on the server as drive Z, your path for each machine would be the same - Z:\DB.mdb and your document would be merged to this.

Does that make sense????
 

Users who are viewing this thread

Back
Top Bottom