Form not displaying Form Header...

  • Thread starter Thread starter Ohaya
  • Start date Start date
O

Ohaya

Hi,

I have a form with a Form Header in it. The Form Header 'Visible'
property is 'Yes', but when I run the form, there is not header part
visible at all. All I get is the Detail part of the form.

I did some research, and I know the difference between a Page Header and
a Form Header, and this is definitely a FORM HEADER, so it should be
able to display with the form.

This is with Access 97.

Can anyone tell me what else I need to do to enable the Form Header to
be displayed/visible on the form?

Thanks,
Jim
 
One reason for the Form Header to disappear would be if the Default View
property of the form is set to DataSheet. Check that property and make
sure it is set to Continuous Forms or Single Form.
 
Hi,

I have a form with a Form Header in it. The Form Header 'Visible'
property is 'Yes', but when I run the form, there is not header part
visible at all. All I get is the Detail part of the form.

I did some research, and I know the difference between a Page Header and
a Form Header, and this is definitely a FORM HEADER, so it should be
able to display with the form.

This is with Access 97.

Can anyone tell me what else I need to do to enable the Form Header to
be displayed/visible on the form?

Thanks,
Jim

Someone might have set the Form Header's DisplayWhen property to Print
Only.
It's on the Header's Format tab.
Set it to Always.
 
fredg said:
Someone might have set the Form Header's DisplayWhen property to Print
Only.
It's on the Header's Format tab.
Set it to Always.

Fred and Cheryl,

This one was something even dumber :(. I had forgotten that I had set the
header's Visible property to False in my code.

Sorry...

Jim
 
Back
Top