Report Formatting

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have a form filled w/ Chk Boxes, the user checks all
boxes they want in a report and clicks "OK" and the
report prints, works great for the most part. However,
if the user only checks three boxes, the columns on the
report are very spaced out. I think it is a problem in
my report details but I cant figure it out, have
changed "can grow" and "can shrink" to yes, didnt help.

Basically, I need to know how to set up my textboxes in
the Report Details Section to format to the left:
Example, I have this
FirstName LastName Email Extension

(In Report Details the text boxes are side by side)I want
FirstName LastName Email Extension
on the report

Please Help!!!
 
Dave said:
I have a form filled w/ Chk Boxes, the user checks all
boxes they want in a report and clicks "OK" and the
report prints, works great for the most part. However,
if the user only checks three boxes, the columns on the
report are very spaced out. I think it is a problem in
my report details but I cant figure it out, have
changed "can grow" and "can shrink" to yes, didnt help.

Basically, I need to know how to set up my textboxes in
the Report Details Section to format to the left:
Example, I have this
FirstName LastName Email Extension

(In Report Details the text boxes are side by side)I want
FirstName LastName Email Extension
on the report


You can do that by adjusting each control's Left property as
you make the various controls visible or invisible. I can't
suggest any useful code without knowing how you are doing
what you've got so far.
 
Back
Top