Line Spacing

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

Jeff Boyce

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

Duane Hookom

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

ramudo

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

ramudo

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.




.
 

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

Similar Threads


Top