Bennie47250
Programmer
Using Crystal version 7.0
I have three tables and I’m linking them together as shown below.
I knew as I was linking the tables I should only have one record returned, but when it ran two were returned. I was able to get the one correct record to return by including the linked field (Lead Source from table C) on the report.
Is this a bug in Crystal?
My linking is:
Table A to Table B
CustID = CustID
LastDate = LastContactDate
Table B to Table C
CustID =CustID
Lead_Source = Lead_Source
The report originally had these fields in the detail section Table A CustID, LastDate and Table B Lead_Source.
When I added Table C Lead_Source to the detail section I received the correct # of records
I checked the SQL query before and after adding Table C Lead_Source and it is different.
Never experienced this before.
Thanks
Bennie
I have three tables and I’m linking them together as shown below.
I knew as I was linking the tables I should only have one record returned, but when it ran two were returned. I was able to get the one correct record to return by including the linked field (Lead Source from table C) on the report.
Is this a bug in Crystal?
My linking is:
Table A to Table B
CustID = CustID
LastDate = LastContactDate
Table B to Table C
CustID =CustID
Lead_Source = Lead_Source
The report originally had these fields in the detail section Table A CustID, LastDate and Table B Lead_Source.
When I added Table C Lead_Source to the detail section I received the correct # of records
I checked the SQL query before and after adding Table C Lead_Source and it is different.
Never experienced this before.
Thanks
Bennie