OutInLeftField
Programmer
My question is how do I do the following as an example:
Smith, James Smith, James Jim Smith
address1 address1 Profession
address2 address2 ApplicationDate
City, State City, State SSN
The address1,city,profession, etc. names are actual values from a sql command.
What I need to do is print x (user enters as a parameter) labels of the name address label and x labels of the profession number, application date. After that, the next record is printed with X labels of address, etc then X labels of profession information...
X is what the user enters on a parameter. If he/she enters 4, then 4 labels of the addressing information is printed. Then the next 4 labels are printed with the profession, application date, ssn are printed. The next record will have a different person. Then the 4 labels of the new record address info is printed, and so on...
I am totally stumped on how to do this.
Thank you in advanced...
Smith, James Smith, James Jim Smith
address1 address1 Profession
address2 address2 ApplicationDate
City, State City, State SSN
The address1,city,profession, etc. names are actual values from a sql command.
What I need to do is print x (user enters as a parameter) labels of the name address label and x labels of the profession number, application date. After that, the next record is printed with X labels of address, etc then X labels of profession information...
X is what the user enters on a parameter. If he/she enters 4, then 4 labels of the addressing information is printed. Then the next 4 labels are printed with the profession, application date, ssn are printed. The next record will have a different person. Then the 4 labels of the new record address info is printed, and so on...
I am totally stumped on how to do this.
Thank you in advanced...