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.
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.