Control heading on datasheet

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

I have a subform which is a datasheet. How do I get the control headings to
show the caption rather than the control name?
TIA
Tony
 
Have you tried using a continuous form? You can show your captions in
the form header.
 
Tony Williams said:
I have a subform which is a datasheet. How do I get the control headings to
show the caption rather than the control name?
TIA
Tony

Give the controls attached labels - like the normal textbox and label
combination you get when you drag a textbox onto a form. Then the field in
the recordsource might be ConLastName, the textbox named "txtConLastName",
the attached label named "lblConLastName" and its caption property set to
"Surname". Then you simply see "Surname" as a column heading.
 
Thanks Eric!
Tony
Eric Schittlipz said:
Give the controls attached labels - like the normal textbox and label
combination you get when you drag a textbox onto a form. Then the field in
the recordsource might be ConLastName, the textbox named "txtConLastName",
the attached label named "lblConLastName" and its caption property set to
"Surname". Then you simply see "Surname" as a column heading.
 

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

Back
Top