Report group header formatting

M

Mary

Is it possible to avoid the carriage return that occurs
with each group header? That is, if you have 2 headers,
both fields will print on the same line for the first
record. Does that make sense?
Thanks,
Mary
 
M

Marshall Barton

Mary said:
Is it possible to avoid the carriage return that occurs
with each group header? That is, if you have 2 headers,
both fields will print on the same line for the first
record. Does that make sense?

I think it makes sense, if you're saying what I think you're
saying ;-)

Add a line of code to the header's Format event procedure:
Me.MoveLayout = False
 

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