Control Source

V

VMV

I have a control Source for a report and not all of the words are showing in
report from Table. How can I get the report to actually have the same wording
as the table? Help!

Thanks!
 
J

John Vinson

I have a control Source for a report and not all of the words are showing in
report from Table. How can I get the report to actually have the same wording
as the table? Help!

Thanks!

Please post some more details. What "words" are not showing up - the
start of a field? the end of the field? Is the textbox big enough for
the text in the table field? Is its Allow to Grow property set to
true?

John W. Vinson[MVP]
 
V

VMV

The words are not showing at the end of the field. I have growth as "yes" and
text box is big enough.
 
J

John Vinson

The words are not showing at the end of the field. I have growth as "yes" and
text box is big enough.

By the "end" do you mean the right side of the textbox, or the bottom
- i.e. the last line of text is not showing? If it's the side, try
changing the font or font size: Access might not be correctly sizing
the box for the font you're using.

Is this a Text field (255 bytes max) or a Memo? Can you see the full
text using the zoom control in the table datasheet?

John W. Vinson[MVP]
 
Top