Field length in reports

C

Carlton

I am trying to print a bibiography using a report based
on a query. Is there any way I can automatically format
the field length so that the next field is adjacent?

For instance, journal articles vary in length, but I need
the date (the next field) to appear right next to it.

Thanks in anticipation.

Carlton.
 
R

Rick Brandt

Carlton said:
I am trying to print a bibiography using a report based
on a query. Is there any way I can automatically format
the field length so that the next field is adjacent?

For instance, journal articles vary in length, but I need
the date (the next field) to appear right next to it.

Use a TextBox with a ControlSource expression of...

=[JournalArticleField] & " " & [DateField]
 

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

Top