Eliminating the header line in a datasheet subform

DavidG3276

Registered User.
Local time
Today, 00:09
Joined
Jun 1, 2013
Messages
30
With a particular client, they want to display a subform in datasheet mode. They do not want an alternative like continuous forms. If I am displaying the subform in datasheet mode, is there any way to eliminate the header row which contains the names of the columns in the subform? I know how to remove the captions themselves but the header row is still there. Any ideas? I don't think it can be done but I wanted to check here with those more familiar with this. Thanks!
 
You want to completely hide the header row or you want the caption to be blank?
 
I want to completely hide the header row or eliminate it.
 
There's no facility for removing the column header but the only way I can think of is if you put it in a subform and place a blank subform (i.e. no source object) above it.

Is it supposed to be a read-only form?
 
This is not just a read only form. I'll look into hiding the heading row. Thanks for your help!
 
Why not configure a Continuous form to look like a datasheet?
 
Because the clients specifically want it to be a datasheet subform.
 

Users who are viewing this thread

Back
Top Bottom