I humbly ask for assistance in developing a mailing list database for my office. Here is the situation:
We require a database to track subscriptions to 24 different publications and to produce mailing labels for said publications. I've done my homework on normalization but have hit a wall in designing this properly. Help!
Here's what I have thus far:
tblSubscriptionDetail
SubsMonth - Subscription Month
SubsYear - Subscription Year
SubsFee - Cost of Subscription (varies by subscriber and bulletin)
tblSubscriber
SubsID - primary key
IndOrgName - Individual or Organization Name
Contact - Contact Person
Address - Mailing Address
City
State
Zip
Phone
tblSubscriptionType
AllProvider - Receives all mailings
List of 24 Subscription Types
How do I pull this all together so that someone (data entry) can enter in a new subscription on a form (on a COPY of the database, not the "live" version) and then call pull labels for mailing out subscriptions?
We require a database to track subscriptions to 24 different publications and to produce mailing labels for said publications. I've done my homework on normalization but have hit a wall in designing this properly. Help!
Here's what I have thus far:
tblSubscriptionDetail
SubsMonth - Subscription Month
SubsYear - Subscription Year
SubsFee - Cost of Subscription (varies by subscriber and bulletin)
tblSubscriber
SubsID - primary key
IndOrgName - Individual or Organization Name
Contact - Contact Person
Address - Mailing Address
City
State
Zip
Phone
tblSubscriptionType
AllProvider - Receives all mailings
List of 24 Subscription Types
How do I pull this all together so that someone (data entry) can enter in a new subscription on a form (on a COPY of the database, not the "live" version) and then call pull labels for mailing out subscriptions?