Hello I am thinking others must do this, but I am new to access. I have a table that has two fields. username & software name. I wish to print a report that is grouped on the user name, but under details list the software
name in column form so it would look something like this:
Joe blow
_________
aaaaa bbbbb ccccc ddddd eeeee
fffff ggggg hhhhh iiiii jjjjj
john smith
__________
aaaaa bbbbb ccccc ddddd eeeee
fffff ggggg hhhhh iiiii jjjjj
basically what I get now is
joe blow
________
aaaaa
bbbbb
ccccc
ddddd
eeeee
fffff
ggggg
hhhhh
iiiii
jjjjj
Thanks in advance for any help you can send my way.
name in column form so it would look something like this:
Joe blow
_________
aaaaa bbbbb ccccc ddddd eeeee
fffff ggggg hhhhh iiiii jjjjj
john smith
__________
aaaaa bbbbb ccccc ddddd eeeee
fffff ggggg hhhhh iiiii jjjjj
basically what I get now is
joe blow
________
aaaaa
bbbbb
ccccc
ddddd
eeeee
fffff
ggggg
hhhhh
iiiii
jjjjj
Thanks in advance for any help you can send my way.