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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top