Simple question about column header

L

lwidjaya

Is there a way to make the column header in a datasheet into 2/more lines? I
want to make the column header into to 2 lines so I can make the column width
smaller.
Thanks in advance,
Lisa
 
F

fredg

Is there a way to make the column header in a datasheet into 2/more lines? I
want to make the column header into to 2 lines so I can make the column width
smaller.
Thanks in advance,
Lisa

In Form Datasheet View? No.
You can, however, using Form Continuous View.
With a bit of patience and work you can make the continuous view look
fairly like Datasheet view.
 
L

lwidjaya

Thanks, I thought about it. The problem is, I don't want to show all columns
of the datasheet, I only want to show some columns which depend on the time
period. It's easier if I use datasheet because I can just use the
ColumnHidden property. I know I can use form continuous view but that means I
have to use the text box coordinate to make the form looks continuous.
Or, is there any other way to do it?
Thanks.
 
Top