changing columnWith size

  • Thread starter Microsoft newsgroup
  • Start date
M

Microsoft newsgroup

Hello there

I have form with subforms.

On the subforms there is only one field, and it is present as datasheet.

Is there a way to diterme the field columnWidth when it is on datasheet
mode?
 
M

Marshall Barton

Microsoft said:
I have form with subforms.

On the subforms there is only one field, and it is present as datasheet.

Is there a way to diterme the field columnWidth when it is on datasheet
mode?


Seems like a strange question, but what do I know. Check
ColumnWidth Property in VBA Help to see if what it does
might be useful. I don't use datasheet view for anything,
but the ColumnWidth property seems a little strange to me.
 
Top