Form Headers - Adding Text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Having a problem getting this to work. I add a text box to the Form Header
section, then type in our company name, but it's not showing up in Form View.
Is this a glitch, cuz I'm thinking it should show up? Thanks.
 
SmigChick said:
Having a problem getting this to work. I add a text box to the Form
Header section, then type in our company name, but it's not showing
up in Form View. Is this a glitch, cuz I'm thinking it should show
up? Thanks.

Are you sure you used a "FormHeader" and not a "PageHeader"? The latter
only displays when printing a form.
 
Is the box invisible, or is there just nothing in the box?

You probably want a label not a text box, if you want to have the same thing
appear every time, instead of reflecting data that could change.
 
SmigChick said:
Having a problem getting this to work. I add a text box to the Form Header
section, then type in our company name, but it's not showing up in Form View.
Is this a glitch, cuz I'm thinking it should show up? Thanks.

If you just want fixed text to show up use a "Label" not a "textbox"
 
Back
Top