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

data position in report

Status
Not open for further replies.

inncoggnitto

Programmer
Jun 19, 2001
77
US
i need to print two name/address data sets in one subreport and have them side by side. is there a way to specify where the second set of data starts (i.e., say 50 columns from the left of the field). what happens is that the data does not line up in the second set. it moves according to the lenght of the first set.

what i want is something like this

john doe jane doe
123 main st 345 main st
anywhere, tx 33333 nowhere, tx 88888

but get this if i insert a set spacer after the data in the first recordset.
john doe jane doe
123 main st 345 main st
anywhere, tx 33333 nowhere, tx 88888

any help will be appreciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top