word does not remember my network data source for mail merge

K

kendra

Doing a mail merge, data is stored on the network, document does not remember
which data source and makes me go out and find it each time, how can I get it
to automatically use a certain data source stored on the network
 
D

dbRob

You might try assigning the path to a constant.

for example

Create a module an add

Public Const MergePath = "\\Server\Path"
 
Top