R
Rebecca
Hi,
I have a db with a table for people, a table for people's phone
numbers and a table for people's cell numbers. I've made a query
bringing together all the info (name, phone numbers, cell numbers). On
that query I've made a report to serve as a printed phone list.
When a person has 2 phone numbers and 2 cell numbers the query and the
subsequent report allocate that person 4 lines even though in order to
present all the info only 2 are needed. The best I was able to do was
to get:
name phone1 cell1
name phone1 cell2
name phone2 cell1
name phone2 cell2
The "Hide Duplicates" property was able to have the name and phone
number appear only once but does not help with the number of lines
used to present the info.
Ideally what I need is:
name phone1 cell1
(name) phone2 cell2
Any ideas?
Thanks,
Rebecca
I have a db with a table for people, a table for people's phone
numbers and a table for people's cell numbers. I've made a query
bringing together all the info (name, phone numbers, cell numbers). On
that query I've made a report to serve as a printed phone list.
When a person has 2 phone numbers and 2 cell numbers the query and the
subsequent report allocate that person 4 lines even though in order to
present all the info only 2 are needed. The best I was able to do was
to get:
name phone1 cell1
name phone1 cell2
name phone2 cell1
name phone2 cell2
The "Hide Duplicates" property was able to have the name and phone
number appear only once but does not help with the number of lines
used to present the info.
Ideally what I need is:
name phone1 cell1
(name) phone2 cell2
Any ideas?
Thanks,
Rebecca