Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RECORD GROUPING

Status
Not open for further replies.

Hiccup

Programmer
Jan 15, 2003
266
US
Here's the senario: I have a total of 100 records, each containing a different numeric integer from 1 to 100. I would like to group them in groups of 10 records and display them all on the screen. Each column of 10 records side-by-side like a speadsheet.

It gets worse, I need each column of 10 records sorted separately in ascending order independent of the other columns.

I've trid "Grids" and "Data Access Pages" in avail.

Any ideas???

P.S. I've searched the Tek-Tip screens and can't figure out how to respond via email to those replying to my Threads to thank them. How's it done? I do, however, respond with the "mark this post as a helpful/expert!"

Ed "Hiccup" Hicks
 
Hmm. Maybe you could add another column with numbers 1 through 10 and build a crosstab query, grouping things on the basis of that new column. Just a thought, not sure if it will work.

Jeremy ==
Jeremy Wallace
AlphaBet City Dataworks
Affordable Development, Professionally Done

Please post in the appropriate forum with a descriptive subject; code and SQL, if referenced; and expected results. See thread181-473997 for more pointers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top