R
Robert Neville
I desire to create a report that includes contact names grouped by
jobtitle ROW HEADERS; as oppose to using column header. The report
would help me consolidate information existing as a sub-report on
larger report. The following data serves as an example.
Sales Representative: John Smith - Larry Johnson - Nancy Davolio -
Janet Leverling - Margaret Peacock - Suyama Michael - Robert King
Vice President, Sales: Andrew Fuller
Sales Manager: Steven Buchanan - Anne Dodsworth
Inside Sales Coordinator: Laura Callahan
Sales Representatives would be the job title label; and the hyphen
would delimiter the Contact name (FirstName & " " & LastName)
VBA code may accomplish this aim, yet I am at odd where to start
having not seen anything similar. Let me know if you have any thought
about my goal.
jobtitle ROW HEADERS; as oppose to using column header. The report
would help me consolidate information existing as a sub-report on
larger report. The following data serves as an example.
Sales Representative: John Smith - Larry Johnson - Nancy Davolio -
Janet Leverling - Margaret Peacock - Suyama Michael - Robert King
Vice President, Sales: Andrew Fuller
Sales Manager: Steven Buchanan - Anne Dodsworth
Inside Sales Coordinator: Laura Callahan
Sales Representatives would be the job title label; and the hyphen
would delimiter the Contact name (FirstName & " " & LastName)
VBA code may accomplish this aim, yet I am at odd where to start
having not seen anything similar. Let me know if you have any thought
about my goal.