Hello

Does anybody know how to present a data report in VB with the fields from the recordset next to each other for example:

Name Name Name

when I try this its the same name on one row for example :

John Smith John Smith John Smith
Steve Smith Steve Smith Steve Smith

But i want it to look like this for example:

John Smith Steve Smith Mark Smith

Can I control this with code instead ?
Anybody with any good ide ?

Thanks
Micke