counting columns in a report

  • Thread starter Thread starter stacie
  • Start date Start date
S

stacie

I am trying to add grand totals at the bottom of a report. I have added text
boxes and entered the correct strings, but they do not line up with the rest
of the data. Can anyone tell me how I can write this within the query or is
there a simple way to get my columns to line up?
Thanks
 
The easiest way is to move the summary controls on the report so they align
with the other controls.

IF the alignment (left, right, center) of the text within the control is off,
then set the Text Align property of the control either in the properties sheet
or by clicking the appropriate alignment button in the tool bar.

John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 
Back
Top