setting the width of a datasheet column

  • Thread starter Thread starter Bill - ESAI
  • Start date Start date
B

Bill - ESAI

How do I set the width of a column in a datasheet so that it displays all
the data it contains at runtime??

Bill
 
Perfect, thank you

That did the trick

Bill

Damon Heron said:
In the form's load event:
Me.[Nameof your field].ColumnWidth = -2

Damon
Bill - ESAI said:
How do I set the width of a column in a datasheet so that it displays all
the data it contains at runtime??

Bill
 
One more question. How about the form width itself. How do I set it so that
it only goes as wide as needed rather than a fixed width??

Bill


Damon Heron said:
In the form's load event:
Me.[Nameof your field].ColumnWidth = -2

Damon
Bill - ESAI said:
How do I set the width of a column in a datasheet so that it displays all
the data it contains at runtime??

Bill
 
Back
Top