Overriding column settings

  • Thread starter Thread starter Graham
  • Start date Start date
G

Graham

I have taken the Sales Average report from the Solutions
database and modified it by adding another grouping level
above the LastName group. I now want to display a single
data item in the first column of the new group header.
Everything works fine except that the size of the new
field is limited to the width of the first column in spite
of the fact that all other columns in the header are
empty. Is there any way of forcing this field to spread
into the empty columns as would happen in an Excel
spreadsheet.

Thanks,
Graham.
 
Graham

How wide is the control? The CanGrow/CanShrink properties only pertain to
vertical dimensions -- you have to make the control as wide as the space
you want it to use.

Good luck

Jeff Boyce
<Access MVP>
 
Back
Top