Text Boxes don't align on a report

K

Karla V

I am working on a report that shows two columns of data - the number of yes
or no responses to an evaluation question. The 2 columns of data are in a
subreport and the number of yes/no responses is derived using an If statement
in a text box. The calculations work fine.

My issue is that both text boxes (yes/no) in the subreport appear to be on
the same "line." When I run the report, it puts one of the text boxes on the
next "line."

It looks like this:

Yes No
5
2

I have tried aligning, adjusting the Grow/Shrink. The margins for each box
are all set at 0. Any other suggestions? I am stumped.
 
K

KARL DEWEY

A couple of things to try.
First open form in design view and check the TOP and HEIGHT properties of
each are EXACTLY the same.
Next set the CAN GROW and CAN SHRINK to NO.
If all else fails you can place a line that goes under the both of them.
 
K

Karla V

Karl,

Thanks for your response. I did check both items and they were identical.
I have since gone a different way with the query and thus the report.
 
Top