Form Headers - Adding Text

S

SmigChick

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.
 
R

Rick Brandt

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.
 
B

Brian

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.
 
M

MM

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"
 
Top