D
Dennis
Hi,
I’m on Access via Office XP Pro running on Windows 7.
I’m working on a simplified version of Allen Browne’s People / Name table
design.
I’m finally working on a church database. I did not implement the entire
design. Instead, I implement a two tier table design. The first table is
tblFamily and the second tier is tblFamilyMembers.
Database structure -----------------------------------------
The structure of the tblFamily is:
FamilyId Access auto assigned number.
FamilyName The family’s name. This can be either the head of the
household’s first and last name or just the family’s last name. That is up
to the user.
Mailing Name This is the name that will appear on any mailing labels that
are generated to the family as a whole.
Address
City
St
Zip
The structure of the tblFamilyMember table is:
MemberNo Access auto assigned number.
FirstName Member’s first name
MidInit Member middle initial
LastName Member last name. It defaults to the family last name from
the Family Name.
I have a “on the fly†field that I build in a query call MemName which is
First, Middle, and Last concatenated together. I also have a “on the flyâ€
field called MemLastFirst which is the member’s Last Name, First Name, and
Mid Init concatenated together.
Background ------------------------------------------------
Currently I have three name search combo boxes:
1. Family Name
2. Mailing Name
3. Member Name (using either MemName or MemLastFirst – users choice)
When the users go searching for a name, they may have to look in upto three
different places / boxes.
My Questions / Goal -------------------------------------------------
I would like to have a SINGLE Name combo box that would allow the user to:
1. Ideally search on all three names at once.
2. Failing that, I would at least like to be able to search on both the
Mailing Name and Member Name simultaneously.
Any ideas on how to do this?
I think I need to join the two files somehow and then create a single field
from the Mailing Name and the Member Name, but I’m not quite sure how to go
about that.
Since this might be both a database and a forms programming question, I'm
going to try to post it in both communities. We will see if this works.
Thanks for you help.
Dennis
I’m on Access via Office XP Pro running on Windows 7.
I’m working on a simplified version of Allen Browne’s People / Name table
design.
I’m finally working on a church database. I did not implement the entire
design. Instead, I implement a two tier table design. The first table is
tblFamily and the second tier is tblFamilyMembers.
Database structure -----------------------------------------
The structure of the tblFamily is:
FamilyId Access auto assigned number.
FamilyName The family’s name. This can be either the head of the
household’s first and last name or just the family’s last name. That is up
to the user.
Mailing Name This is the name that will appear on any mailing labels that
are generated to the family as a whole.
Address
City
St
Zip
The structure of the tblFamilyMember table is:
MemberNo Access auto assigned number.
FirstName Member’s first name
MidInit Member middle initial
LastName Member last name. It defaults to the family last name from
the Family Name.
I have a “on the fly†field that I build in a query call MemName which is
First, Middle, and Last concatenated together. I also have a “on the flyâ€
field called MemLastFirst which is the member’s Last Name, First Name, and
Mid Init concatenated together.
Background ------------------------------------------------
Currently I have three name search combo boxes:
1. Family Name
2. Mailing Name
3. Member Name (using either MemName or MemLastFirst – users choice)
When the users go searching for a name, they may have to look in upto three
different places / boxes.
My Questions / Goal -------------------------------------------------
I would like to have a SINGLE Name combo box that would allow the user to:
1. Ideally search on all three names at once.
2. Failing that, I would at least like to be able to search on both the
Mailing Name and Member Name simultaneously.
Any ideas on how to do this?
I think I need to join the two files somehow and then create a single field
from the Mailing Name and the Member Name, but I’m not quite sure how to go
about that.
Since this might be both a database and a forms programming question, I'm
going to try to post it in both communities. We will see if this works.
Thanks for you help.
Dennis