Hello - I am using CR version 8.5 with a Paradox Database, this is probably fairly simple but my skills are limited, ideally need a solution by monday morning - so any help very much appreciated !!
I have 3 tables.
J00090 Rapps RPHONES
ObjectID ObjectID ObjectID
SearchNo Name Description
Date Searched Surname Num
J00090 contains a list of people that have been found to meet certain criteria.
Rapps contains the names of those people.
RPHONES contains the contact details listed for those people. Each 'Description' eg. mobile, home, work etc is listed as a separate row.
I would ike to generate a report that lists the name of each persom in the J00090 table with all of their available contact info.
The report I currently have creates a row for each decsription as follows
Name Surname Description Num
Joe Bloggs Mobile 0777******
Joe Bloggs Home 01********
Mary Bloggs Mobile 0777******
Mary Bloggs Home 01********
Mary Bloggs Work 012*******
Mary Bloggs Other 0777******
I would like something along the lines of :-
Name Surname Mobile Home Work Other
Joe Bloggs 0777*** 01**
Mary Bloggs 0777*** 01** 012** 0777***
OR
Joe Bloggs 0777**** (mobile) 01*** (home)
Mary Bloggs 0777**** (mobile) 01***(home) 012**(work) etc
Each person has several contact nos. Unfortunately the DB user can call the contact nos. they add anything they like so the Description field will have up to 20 different descriptions - some of which mean the sqame thing eg email and e-mail etc For this reason I would prefer to just list the details as in example 2.
Any suggestions on how to achieve this would be very well received. Thankyou in advance !!
I have 3 tables.
J00090 Rapps RPHONES
ObjectID ObjectID ObjectID
SearchNo Name Description
Date Searched Surname Num
J00090 contains a list of people that have been found to meet certain criteria.
Rapps contains the names of those people.
RPHONES contains the contact details listed for those people. Each 'Description' eg. mobile, home, work etc is listed as a separate row.
I would ike to generate a report that lists the name of each persom in the J00090 table with all of their available contact info.
The report I currently have creates a row for each decsription as follows
Name Surname Description Num
Joe Bloggs Mobile 0777******
Joe Bloggs Home 01********
Mary Bloggs Mobile 0777******
Mary Bloggs Home 01********
Mary Bloggs Work 012*******
Mary Bloggs Other 0777******
I would like something along the lines of :-
Name Surname Mobile Home Work Other
Joe Bloggs 0777*** 01**
Mary Bloggs 0777*** 01** 012** 0777***
OR
Joe Bloggs 0777**** (mobile) 01*** (home)
Mary Bloggs 0777**** (mobile) 01***(home) 012**(work) etc
Each person has several contact nos. Unfortunately the DB user can call the contact nos. they add anything they like so the Description field will have up to 20 different descriptions - some of which mean the sqame thing eg email and e-mail etc For this reason I would prefer to just list the details as in example 2.
Any suggestions on how to achieve this would be very well received. Thankyou in advance !!