inncoggnitto
Programmer
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
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