report not showing labels

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

Guest

I created a form that has many, many many fields. That part seems to work
okay. I then saved the form as a report. When the report is in design view it
looks just like my form, which is just what I want. But, when I click the
view botton none of the labels are visible, just the data which was entered
in the form shows. Do I have to build the report from scratch to get the
labels to show? Please say it ain't so. It took forever to design the form.
Thanks for all help in advance
 
What is the visible property of the Label set to?

If you add a label, does it print?

What color is the text of the label? I'm assuming that the color is NOT white.
 
check if the lables properties are not set to visible=false;if this is
correct set visible = true;
 
Thank everyone for their help. Although I had checked all of that before
posting, your suggestions prompted me to check the page setup. The print data
only box was selected. Gosh, I feel like "duh!"
--
Babs Anderson


Ivy said:
check if the lables properties are not set to visible=false;if this is
correct set visible = true;
 
I was having the same problem and I had Print Data Only selected as well. I
didn't think to check there. Thanks!
 
Back
Top