P
Phil
I am using Albert Kallal's Mailmerge which work well however I need to merge
data from more than one query to the word document is there anyway to do this?
I cannot get 1 query to have all the data I need at the moment I use
Dim strSql As String
strSql = "select * from ACSTMailMerge where Eventid = " & Me!EventID
MergeAllWord strSql
hope someone can help
Thanks
Phil
data from more than one query to the word document is there anyway to do this?
I cannot get 1 query to have all the data I need at the moment I use
Dim strSql As String
strSql = "select * from ACSTMailMerge where Eventid = " & Me!EventID
MergeAllWord strSql
hope someone can help
Thanks
Phil