H
HowardH
Guest
I am putting together an index for a membership services directory for my organization. I have created a table which lists the page number(s) in which each member appear in the directory. The problem is that when I print a report based on this table the data appears horizontally:
I need the data to display as follows:
Any advice on how I might accomplish this (including the "...."
fill-in of varying lengths) would be greatly appreciated!
Regards,
HowardH
Code:
Member Name PageNumber
ABC Company 1
ABC Company 20
ABC Company 187
EFGGGG Company 1
EFGGGG Company 98
XYZZ Company 43
XYZZ Company 77
Code:
MemberName PageNumber
ABC Company...............1,20,187
EFGGG Company.............1,98
XYZZ Company..............43,77
Any advice on how I might accomplish this (including the "...."
fill-in of varying lengths) would be greatly appreciated!
Regards,
HowardH
Last edited: