Newbies bayoyong Posted April 12, 2007 Newbies Posted April 12, 2007 I have built a database for our church, and I’m trying to create a system where we can print either envelopes or letters to go to our members. I have created separate records for each person and a field called “family id” (a number) for each family. Now all I want to do is find husbands and wives and put them on one envelope/label (instead of sending a letter to the wife AND the husband). Is this hard? Seems like it should be basic. But I can’t figure out how. And I’ve searched boards, watched tutorials. But to no avail. Can you help? Thx either way. Jeff Krieger Phoenix, AZ
mr_vodka Posted April 12, 2007 Posted April 12, 2007 If you seperated the addresses and people into their own tables then you can do it. In this case, a simple one to many should be sufficient unless you plan on tracking multiple addresses for each contact as well. The relationship would be for each addresses, there are multiple contact. Then when you print, you would print from the addresses table while addressing the contacts in your salutation.
Ender Posted April 12, 2007 Posted April 12, 2007 Is the address information stored in the Family table? Are there children in the Member table? If so, what if a child is an active member, but the parents are not? Should the child get the mailing or the parents?
Søren Dyhr Posted April 12, 2007 Posted April 12, 2007 This seems to be right up your street: http://www.kevinfrank.com/download/household-labels.zip --sd
Recommended Posts
This topic is 6434 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now