I have a report that needs to display information from a column (eight members) horizontally.
Ted Smith John Sampson Ricky Bobby
Unfortunately access likes to display data in a column vertically.
Ted Smith
John Sampson
Ricky Bobby
Each person has a composite key for their group and for each individual. The individual number is an auto number.
What I want to do is populate an array with the individual numbers and then be able to display each one at a time horizontally across the report as in the top example.
This is a report that must be one button so setting a drop down box to select each one at a time is not an option.
I need help writing the code.