Hi everyone. I am going to create a database that will track weekly pledges for about 70 active members. I already have a 'membership' table that contains names and addresses, etc.
We need to track items such as pledge type (weekly, monthly, etc ) and amount. I also need to calculate totals for the month overall and by member. Each member also will have an 'envelope number' assigned in numerical order.
My membership table has the following fields:
MemberId (autonumber)
LastName
FirstName
Address
City
State
ZipCode
HomePhone
Should I create a new table with items such as pledgetype, pledgeamount, and weekly labels like Jan1, Jan2, Jan3, etc? What would be the best way to link these tables?
Thanks in advance.
We need to track items such as pledge type (weekly, monthly, etc ) and amount. I also need to calculate totals for the month overall and by member. Each member also will have an 'envelope number' assigned in numerical order.
My membership table has the following fields:
MemberId (autonumber)
LastName
FirstName
Address
City
State
ZipCode
HomePhone
Should I create a new table with items such as pledgetype, pledgeamount, and weekly labels like Jan1, Jan2, Jan3, etc? What would be the best way to link these tables?
Thanks in advance.