Remove Col Heading in Subform

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
 
G

Greg Kraushaar

Make a form based on the table view you want,
Set it to open in DataSheet View only
Bob's your uncle
 
V

Van T. Dinh

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top