Making subform fields invisible.

  • Thread starter Thread starter Gibson
  • Start date Start date
G

Gibson

Is it possible to make a field on a subform not visible. I tried the
obvious. In design mode of the subform, I set the fields Visible property to
No. When I open up the sub form the field still appears on the subform.
Aarrgh!
 
I assume you talking about a subform with datasheet view.
In that case, run the subform without the main form, right click on the
field you want to hide and select hide field, close the form, if it ask you
to save the changes press yes, now run the main form.
 
Back
Top