setting the width of a datasheet column

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
 
B

Bill - ESAI

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
 
B

Bill - ESAI

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
 
D

Damon Heron

Off hand, I can't answer that one. Maybe you could top post the question,
and someone can give you an answer.
Damon

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
 
Top