I am using Crystal XI to connect to an Access database.
There are 21 linked tables (plus 6 in a sub report) that are producing the correct results. I need to add another "TEAM_MEMBER" table and link the tables in such a way so that I only want the results when "OwnerInd"=1
Relevant Tables/Fields:
Table 1: TEAM_MEMBER
Field: CompanyID
Field: OwnerInd
Field: MemberID
Table 2: COMPANY
Field: CompanyID
I have tried different joins with CompanyID and a formula "If {TEAM_MEMBER.OwnerInd}=1 then {TEAM_MEMBER.MemberID}" but this just returns an exponential number of records (23,321 vs 1,955).
I was thinking adding a command would be the way to go but don't know how to accomplish this. Would you need to add the TEAM_MEMBER table but not link it? What would the SQL for the command be?
Any help you could provide would be great. You have always had the solution before!
Thanks
There are 21 linked tables (plus 6 in a sub report) that are producing the correct results. I need to add another "TEAM_MEMBER" table and link the tables in such a way so that I only want the results when "OwnerInd"=1
Relevant Tables/Fields:
Table 1: TEAM_MEMBER
Field: CompanyID
Field: OwnerInd
Field: MemberID
Table 2: COMPANY
Field: CompanyID
I have tried different joins with CompanyID and a formula "If {TEAM_MEMBER.OwnerInd}=1 then {TEAM_MEMBER.MemberID}" but this just returns an exponential number of records (23,321 vs 1,955).
I was thinking adding a command would be the way to go but don't know how to accomplish this. Would you need to add the TEAM_MEMBER table but not link it? What would the SQL for the command be?
Any help you could provide would be great. You have always had the solution before!
Thanks