Column width

  • Thread starter Thread starter Mike Q
  • Start date Start date
M

Mike Q

I'm trying to set individual column widths for a report
I'm generating. The first column specifies a name and the
remianing columns give the values associated with the the
name in the first column. Basically the names displayed
are very long and the associated values take up much less
space. There are a total of 6 columns. How do you
specify this in VB?

Mike
 
Is this a multi-column report defined in the Page Setup? Or, are you using
the term column to refer to different fields? Is there a reason why you
wouldn't know the column widths at design time?
 
Back
Top