I have been trying to adjust the column widths in the Grid so that all the field names can be read fully.

I can set the first 2 columns but for some reason I get an error - invalid column width for the rest.
The code:
flxResults.ColWidth(0) = 0
flxResults.Colwidth(1) = 1000
flxResults.ColWidth(2) = 2000 'error here

No matter what value I set (2) at, vb won't have it.

Can anyone tell me why... or better still a code that does

Grid column widths = Field widths

Any help will be appreciated
GRAHAM