K
KarenK
I had a database, and now I am redisigning based on what I learn here.
I am developing a database based on a table called “membersâ€. The premise
of the database is to communicate via mail merge to a representative of that
member, or spouse when they pass away. Mr. Smith passes, and we need to
communicate with the daughter who lives at a different address. We do not
know the address of the daughter until she writes in to us advising she is
next of kin. We then key that information into the Recipient Table.
However, there are many times, when a spouse writes in, and therefore there
is duplicate information entered because we reenter the name and address into
the recipient table. The reason this is done is the recipient table is what
we base our mail merge on.
What I would like to do is somehow merge(move) some of the member
information (Add1, Add2, City, State, ZipCode) into the recipient table to
avoid duplicity of typing.
I am not a developer, so the more information it is put into simple terms
the less I will need to question.
I appreciate any help out there.
My original database consisted of 3 main tables:
tblMember
SS# (PK)
Last
First
MI
ADD1
ADD2
City
State
ZipCode
tblRecipient
RecID (PK)
Title
First
Last
Add1
Add2
City
State
ZipCode
Relationship
tblTerminationInformation
TermID (PK)
MemberID (FK)
RecipientID (FK)
TerminationReason
DateOfDeath
DateOfCancellation
RefundAmount
I am developing a database based on a table called “membersâ€. The premise
of the database is to communicate via mail merge to a representative of that
member, or spouse when they pass away. Mr. Smith passes, and we need to
communicate with the daughter who lives at a different address. We do not
know the address of the daughter until she writes in to us advising she is
next of kin. We then key that information into the Recipient Table.
However, there are many times, when a spouse writes in, and therefore there
is duplicate information entered because we reenter the name and address into
the recipient table. The reason this is done is the recipient table is what
we base our mail merge on.
What I would like to do is somehow merge(move) some of the member
information (Add1, Add2, City, State, ZipCode) into the recipient table to
avoid duplicity of typing.
I am not a developer, so the more information it is put into simple terms
the less I will need to question.
I appreciate any help out there.
My original database consisted of 3 main tables:
tblMember
SS# (PK)
Last
First
MI
ADD1
ADD2
City
State
ZipCode
tblRecipient
RecID (PK)
Title
First
Last
Add1
Add2
City
State
ZipCode
Relationship
tblTerminationInformation
TermID (PK)
MemberID (FK)
RecipientID (FK)
TerminationReason
DateOfDeath
DateOfCancellation
RefundAmount