Text Boxes don't align on a report

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

Guest

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.
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top