My report has the following fields, AccountNumber, Name, Birthdate, surgical procedure, surgery date. AccountNumber, Name, BirthDate are unique to each record but, some records may have more than one surgical procedure and date so, the unique values duplicate. How can I get the report to display the AccountNumber, Name, Birthdate only once but, show the multiple procedures and dates?I'm using Visual Studio.
↧