stacked fields 'can grow' but overlap in report

  • Thread starter Thread starter WDSnews
  • Start date Start date
W

WDSnews

I have four fields stacked one above the other on a report. They're all
marked as 'Can Grow', and sometimes they do. In one case, a multi-line data
field pushes the field below out of the way. That's good. But in another
case, a multi-line field overlaps with the field below.

In every case the fields are standard text boxes. However, I noticed there
is a difference in the associated label. The labels that push down with
their fields do not have any events available for attaching code. The other
labels have events, although I'm not using any events.

Why is there a difference from one text field to the next? How can I fix
it?
 
I would guess that the labels with events are not attached to the associated
text box.

In design view try Cutting the label, clicking on the associated text box and
then pasting the label to attach it to the text box control. Also make sure
that the label and text box have there tops aligned.

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County
 
thanks for your help. I discovered some fields slightly overlapped in the
initial layout by about a pixel. After moving the stack of fields farther
apart, they no longer overlap when the field grows to accomodate multiple
lines.

and thanks for the tip on re-associating a lable. I didn't know you could
do that.
 
Back
Top