Suppressing column headings in datasheet?

G

Guest

Hi guys,

How do I hide the column headings away. The datasheet is a subform and I
will customise the headings with labels on the main form. The headings now
are just in the way.

Ok Thanks.

Kenny
 
R

Reggie

Kenny, Don't think it's possible. You can design your form to look like a
datasheet however by setting it's default view to Continuous Forms and don't
add a header.
 
L

Larry Daugherty

Hi Kenny,

You'd do better to design a form that has just the data you want to see.
Set its display mode to continuous forms. Replace the current subform
control with a new one of the same size based on your stripped down form.
That gets rid of the headers and is a better way to show your data.

HTH
 
G

Guest

Ok thanks guys. I think what you suggested is a good idea. I will go
experiment a little bit tommorrow.

Thanks

Kenny
 
Top