B Bill - ESAI Aug 13, 2008 #1 How do I set the width of a column in a datasheet so that it displays all the data it contains at runtime?? Bill
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 Aug 13, 2008 #2 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 Click to expand... Click to expand...
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 Click to expand... Click to expand...
B Bill - ESAI Aug 13, 2008 #3 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 Click to expand... Click to expand...
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 Click to expand... Click to expand...