Jump to content

Letters to Families Not Individuals


bayoyong

This topic is 6214 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

This topic is 6214 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.