Line Spacing

  • Thread starter Thread starter ramudo
  • Start date Start date
R

ramudo

I am a novice in Access. I have a report that has two lines for a
description. The report provides an additional line for the second line of
the description in the record. Sometimes, however I only need to use one
line, and not the second one. How can I get the report to not provide for
the second description line if this field is blank? Thank you for your help.
 
Check Access HELP for the CanGrow and CanShrink properties for that second
control on your report.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Set the text box Can Shrink property to "Yes" and it will dissappear. Any
controls totally below the text box will move up if there are no controls to
the left or right of the additional description text box.
 
Thank you very much for your help.

Duane Hookom said:
Set the text box Can Shrink property to "Yes" and it will dissappear. Any
controls totally below the text box will move up if there are no controls to
the left or right of the additional description text box.
 
Thank you very much for your help.


Jeff Boyce said:
Check Access HELP for the CanGrow and CanShrink properties for that second
control on your report.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.




.
 
Back
Top