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
the data it contains at runtime??
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
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
Bill - ESAI said: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