J
john dumas
This is a different question
I am running the following to merge access records into word
ActiveDocument.MailMerge.OpenDataSource Name:= _
"C:\2003\westwooddb\westwood.mdb",
ConfirmConversions:=False, ReadOnly:= _
False, LinkToSource:=True, AddToRecentFiles:=False,
PasswordDocument:="", _
PasswordTemplate:="", WritePasswordDocument:="",
WritePasswordTemplate:= _
"", Revert:=False, Format:=wdOpenFormatAuto,
Connection:= _
"QUERY DoctorAndPatientNamesQuery", SQLStatement:= _
"SELECT * FROM [PatientNameQuery]", SQLStatement1:=""
Can I pre run the "QUERY DoctorAndPatientNamesQuery" query
and :
1. get how many or if any matches
2. save the inputs so they would not have to be re-imputed
this would annoy the user.
I am running the following to merge access records into word
ActiveDocument.MailMerge.OpenDataSource Name:= _
"C:\2003\westwooddb\westwood.mdb",
ConfirmConversions:=False, ReadOnly:= _
False, LinkToSource:=True, AddToRecentFiles:=False,
PasswordDocument:="", _
PasswordTemplate:="", WritePasswordDocument:="",
WritePasswordTemplate:= _
"", Revert:=False, Format:=wdOpenFormatAuto,
Connection:= _
"QUERY DoctorAndPatientNamesQuery", SQLStatement:= _
"SELECT * FROM [PatientNameQuery]", SQLStatement1:=""
Can I pre run the "QUERY DoctorAndPatientNamesQuery" query
and :
1. get how many or if any matches
2. save the inputs so they would not have to be re-imputed
this would annoy the user.