I am updating code that someone else wrote, in order to be drive independent. I am taking data from an access database and doing a mailmerge to word. The real problem is When the word template document is opened, it begins the attempt to mailmerge, but it gives me an error since the drive is assigned statically rather than by a network share.
What I need to do is reassign the mail merge to use a drive share, instead of a letter. I am sort of unfamiliar with word. There are no events (I thought it might be under document open firing) in visual basic, So it must be some setting in word. As well, since it fires on document opening, I assume that as well must be a setting. Thanks for any advice.