I have a one field access recordset, i want to display recordset through Query group based like

ssql="shape{select * from digits}as grp1 compute grp1,count(grp1.number)as totalno by number"

45
423
546
456
458
753
64
24

and i want to dispay detail section with five colums like this

45 423 546 456 458
753 64 24

while i have a single field plz help me how can i do with single or multi rpttextbox.