Hello All,
I'm running Crystal v10 against a Ms SQL 2000 db.
I have a one to many relationship between two tables (Person, Company).A person can belong to many companies.
I need to create a report that displays something like the following. It would be grouped by person.id
person.id
person.name
person.address
company.name {printing all companies per personID}
Must I create a subreport for this or can I create an array that accumulates the names before they are displayed? If an array is possible what would the code look like. Thanks Pat
I'm running Crystal v10 against a Ms SQL 2000 db.
I have a one to many relationship between two tables (Person, Company).A person can belong to many companies.
I need to create a report that displays something like the following. It would be grouped by person.id
person.id
person.name
person.address
company.name {printing all companies per personID}
Must I create a subreport for this or can I create an array that accumulates the names before they are displayed? If an array is possible what would the code look like. Thanks Pat