M
Mo Man
Hi,
I have a database of all registered voters in my town. Each voter is
represented in the database as a single record. The database is design
in the following way:
Fields Description
ID Unique ID
FirstName First Name
LastName Last Name
ResAddr Address
ResCity City
ResState State
ResZip10 Zipcode
MailAddr Mailing Address
MailCity Mailing City
MailState Mailing State
MailZip10 Mailing Zipcode
Phone1 Phone Number
Precinct Precinct Number
RegPartyID Registrant Party Code = d democratic r =
republican etc
RegPartyDesc Registrant Party Description
FamilyPartyID Family Party Code 1 democratic 2 democratic &
independent 3 = democratic & republican ... 7 etc
FamilyPartyDesc Family Party Description
What I am trying to do is to create labels for each household based on
Party affiliation. Example; If every voter in the household is "d"
than create a label "The {LastName} Household" without creating a
duplicate label for the household. If not, than create an individual
label based on the party affiliation.
I have been trying to figure this out for the past few days without any
luck. I know enough about access to do some basic stuff and when to
ask for expert help. And this is the time for some expert help!
Any help would be appreciated.
Many thanks
Mo
I have a database of all registered voters in my town. Each voter is
represented in the database as a single record. The database is design
in the following way:
Fields Description
ID Unique ID
FirstName First Name
LastName Last Name
ResAddr Address
ResCity City
ResState State
ResZip10 Zipcode
MailAddr Mailing Address
MailCity Mailing City
MailState Mailing State
MailZip10 Mailing Zipcode
Phone1 Phone Number
Precinct Precinct Number
RegPartyID Registrant Party Code = d democratic r =
republican etc
RegPartyDesc Registrant Party Description
FamilyPartyID Family Party Code 1 democratic 2 democratic &
independent 3 = democratic & republican ... 7 etc
FamilyPartyDesc Family Party Description
What I am trying to do is to create labels for each household based on
Party affiliation. Example; If every voter in the household is "d"
than create a label "The {LastName} Household" without creating a
duplicate label for the household. If not, than create an individual
label based on the party affiliation.
I have been trying to figure this out for the past few days without any
luck. I know enough about access to do some basic stuff and when to
ask for expert help. And this is the time for some expert help!
Any help would be appreciated.
Many thanks
Mo