C
C Hayes
I'm trying to devise a way of producing a batch of letters to be printed at
the end of the day from an access database.
I'm not familiar with classes in vba (I know a little about them in .net but
that's VERY limited and I understand vba has limitations in reference to
oop.) I was thinking about making a class that would handle this in
conjunction with a table that would identify letters to be printed and what
letter to print for each instance.
A little bit about my senario:
Access Database keeps and maintains Contribution information from donors.
Each contribution is thanked (word document) and some contributions require
additional letters to be created (and envelopes). Currently using Kahal's
wordmerge tool (works great) but I would like to process them all at the end
of the day (or week)
I'm open to suggestions on an approach to this situation in general.
the end of the day from an access database.
I'm not familiar with classes in vba (I know a little about them in .net but
that's VERY limited and I understand vba has limitations in reference to
oop.) I was thinking about making a class that would handle this in
conjunction with a table that would identify letters to be printed and what
letter to print for each instance.
A little bit about my senario:
Access Database keeps and maintains Contribution information from donors.
Each contribution is thanked (word document) and some contributions require
additional letters to be created (and envelopes). Currently using Kahal's
wordmerge tool (works great) but I would like to process them all at the end
of the day (or week)
I'm open to suggestions on an approach to this situation in general.