Change Header in the Subform

  • Thread starter Thread starter Muttley
  • Start date Start date
M

Muttley

Hi

I trying change header in subform, but when Open the main form It show
old label

Example : I changed ID_MEMBER FOR MEMBER , but It show me
ID_MEMBER
 
I am not sure what you are trying to described but it sounds like the
"header" is just a Label Control on the Main Form. In this case, you need
to change the Caption of this Label on the Main Form.

Otherwise, please describe exactly what you meant by "header in the Subform"
since officially, there is only a "FormHeader" section which doesn't have
the Caption or Text Property.
 
Back
Top