Hi,



I don?t understand you?re question so bare with me.

The registry hack is just to disable the SQL warning box (New security feature > SP3 XP)

It should not interfere with the execution of you?re code..so you lost me there..

But from you?re story it seams like you?re doing a mail merge in which you?re trying to save each document as a new document? (Am I right?)

And the problem is that the new document stays bound to the datasource?

If so make shure that you?re procedure uses the [VBA] .Destination = wdSendToNewDocument[/VBA] property and constant to make each document a new document without binding to the datasource..

If this is not what you?re looking for?provide the VBA code you?re running so I can see what you?re trying to achieve.

Enjoy!