F
Frank Situmorang
Hello,
This is my VBA to merge to all " chruch officers " for the year 2008.
Our database could be exists of many years. How can we use the benefit of
merge all but for selected year:
Thi is my VBA:
Private Sub cmdMergeAll_Click()
Me.Refresh
MergeAllWord ("select * from PelayanJemaat Where TahunPel=2008")
'Note that you could use a condtion in the above sql
End Sub
Thanks in advance
This is my VBA to merge to all " chruch officers " for the year 2008.
Our database could be exists of many years. How can we use the benefit of
merge all but for selected year:
Thi is my VBA:
Private Sub cmdMergeAll_Click()
Me.Refresh
MergeAllWord ("select * from PelayanJemaat Where TahunPel=2008")
'Note that you could use a condtion in the above sql
End Sub
Thanks in advance