Remove Col Heading in Subform

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

I'd like to display a table grid as in datasheet view in a
subform, but without the column headings and the
navigation arrow on the left - how can I remove both of
these.
thanks
 
Make a form based on the table view you want,
Set it to open in DataSheet View only
Bob's your uncle
 
I think you need to use a Form in ContinuousFormView which you can make to
look like a Datasheet as the SourceObject for your SubForm Control.

Remove all Labels (equivalent to the Column Headings) from your Form and set
the RecordSelector Property of this Form to False.
 
Back
Top