Church database

tmarsh

tmarsh
Local time
Today, 21:41
Joined
Sep 7, 2004
Messages
89
I keep track of church members' weekly giving using a works database and I want to use access but I'm having trouble with sorting the structure. I have one table holding personal details but I'm not sure how to set the giving table.

tb_main - name, address etc.
tb_offerings - envelope no, week no, date, amount

Members give using an envelope system so I person has one envelope. One envelope has many amounts and dates. Also, I would like to archive data after a few years.

I've looked through some posts here but none address this exactly.

Any suggestions please?

Thanks.
 
Great sample Mark! I'm so glad you're on our side :D
 
tmarsh said:
I keep track of church members' weekly giving using a works database and I want to use access but I'm having trouble with sorting the structure. I have one table holding personal details but I'm not sure how to set the giving table.

tb_main - name, address etc.
tb_offerings - envelope no, week no, date, amount

Members give using an envelope system so I person has one envelope. One envelope has many amounts and dates. Also, I would like to archive data after a few years.

I've looked through some posts here but none address this exactly.

Any suggestions please?

Thanks.

tb_main must have a column 'envelop number'. This will be the field that relates to the tb_offerings table. tb_main will have one record per person.
 
Hello: Your welcome, and good luck with this.

Regards
Mark
 

Users who are viewing this thread

Back
Top Bottom