G
Günter Brandstätter
Hi all,
I have an Access frontend-backend database where I implemented some
printouts of documents in MS-WORD. I wanted to secure the Backend-DB with a
password. If I do this, my primtouts don't work anymore. I am using
mailmerge and in the OpenDataSource I wanted to use the Password, but it is
not possible.
objDoc.MailMerge.OpenDataSource Name:=WhereIsDB, ReadOnly:=True,
LinkToSource:=True, Revert:=False, Connection:="QUERY not yet printed",
AddToRecentFiles:=False, PasswordDocument:="Password",
PasswordTemplate:="Password"
How do I implement my DB-password into this OpenDataSource-Command?
Any answer is appreciated
Günter
I have an Access frontend-backend database where I implemented some
printouts of documents in MS-WORD. I wanted to secure the Backend-DB with a
password. If I do this, my primtouts don't work anymore. I am using
mailmerge and in the OpenDataSource I wanted to use the Password, but it is
not possible.
objDoc.MailMerge.OpenDataSource Name:=WhereIsDB, ReadOnly:=True,
LinkToSource:=True, Revert:=False, Connection:="QUERY not yet printed",
AddToRecentFiles:=False, PasswordDocument:="Password",
PasswordTemplate:="Password"
How do I implement my DB-password into this OpenDataSource-Command?
Any answer is appreciated
Günter