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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grouping and Page Breaking

Status
Not open for further replies.

FeiLung

Technical User
Feb 1, 2007
21
US
Basic report generating question.

I have a dataset that I would like to sort, group, and print all fancy like. The kind of basic report one could generate with MS Access.

Field names are:


Name - Name of person who owns record
Sname - First Last Name
Address - 1313 Mocking Bird Lane
City - San Francisco
State - CA
Zip - 97531

All of this data is held in an SQL DB. I have no problems building the code to select the data I need. Just problems with creating the output. The output should group all the records for each "NAME" and then page break for each new "NAME".

Would someone be so kind as to offer some suggestions?

I have all the code written to grab the data and load it in to an array. Its what I do with that array to arrange the data that the problems come in.

As always, thanks a bunch.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top