new user and this seems like it would be easy to create, and i'm way over thinking. in short i have a table with a NAME field, and then a field for each position they may play. PITCHER, CATCHER, SS, ETC.
i want to create a report where each of my fields are labeled at top. Then if they play that position it will plug their name in the position colume. i ran a query which pulls the information, then when i put it in a report, the results for each colume do not start on line one of detail, it leaves big gaps. this is what i'm getting.
I am looking to push all names to top, and not leave gaps by colume. should look like this:
thanks for help!
i want to create a report where each of my fields are labeled at top. Then if they play that position it will plug their name in the position colume. i ran a query which pulls the information, then when i put it in a report, the results for each colume do not start on line one of detail, it leaves big gaps. this is what i'm getting.
Code:
PITCHER CATCHER SS Smith Jones Jones Wills Cline Cline King King Glass Glass
Code:
PITCHER CATCHER SS Smith King Jones Jone Glass Cline Wills Cline King Glass
Comment