I thought I was doing so well. Created all these reports - sorted etc and to give the reader what they wanted I grouped on last name. Used a formula to join the lastname and firstname together. Looked great.
Then I noticed that although the database held three lastname fields with Jones, only one ever showed in the report.
Has anyone any ideas on how to group by lastname but present all the last names and first names.
ie Three names in the database Fred Jones, Bob Jones and Sam Jones. The SQL query obtains all records and sorts them in ascending lastname order.
When crystal reports does its grouping all records for all the jones get listed under Bob Jones and the other 2 do not rate a mention.
Then I noticed that although the database held three lastname fields with Jones, only one ever showed in the report.
Has anyone any ideas on how to group by lastname but present all the last names and first names.
ie Three names in the database Fred Jones, Bob Jones and Sam Jones. The SQL query obtains all records and sorts them in ascending lastname order.
When crystal reports does its grouping all records for all the jones get listed under Bob Jones and the other 2 do not rate a mention.