Centering Grouped Objects in reports to page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a report where a "first name" and "last name" will be used from
a table. I have the names set to shrink and grow, but would like to group
them together and have them center to the page and can not figure how.
 
Beautiful! Thank you!

KARL DEWEY said:
Two ways to do it.
First -- Use two textbox and align them to be adjacent. Center the
textboxes on the report. Change Text Align property on the left one to Right
and on the right one to Left.
Second -- Concatenate the two fields as source for a single textbox and set
the Text Align property on it to Center. Center the textbox on the report.
 
Back
Top