C
Chuck
Hi there,
i have a db with tblclients and tbladdress. I have a one-to-many
relationship between then two as i can have 2 clients (typcally Wife and
husbnad) at the same address. I would like to create a mailing list using a
query but dont want duplicated addresses on my labels. More specifically,
Right now the simple query is producing dup addressess. i would like to
create a new field [WifeHusb] in the query that somehow knows IF there is a
dup address then concat FirstName (wife&husband) so i can use that field in
the label report. I have FirstName and LastName in my table.
Instead of having two labels one with;
Joe Smith
123 somewhere place
thiscity etc
and;
Brenda Smith
123 somewhere place
thiscity etc
I would like one label with;
Joe and Brenda Smith
123 somewhere place
thiscity etc
How do i accomplish this? thanks
i have a db with tblclients and tbladdress. I have a one-to-many
relationship between then two as i can have 2 clients (typcally Wife and
husbnad) at the same address. I would like to create a mailing list using a
query but dont want duplicated addresses on my labels. More specifically,
Right now the simple query is producing dup addressess. i would like to
create a new field [WifeHusb] in the query that somehow knows IF there is a
dup address then concat FirstName (wife&husband) so i can use that field in
the label report. I have FirstName and LastName in my table.
Instead of having two labels one with;
Joe Smith
123 somewhere place
thiscity etc
and;
Brenda Smith
123 somewhere place
thiscity etc
I would like one label with;
Joe and Brenda Smith
123 somewhere place
thiscity etc
How do i accomplish this? thanks