Field not printing

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

I have a database that's been running for about 5 years.
I now have a user reporting that one field on a report is
not printing. I've checked the query to be sure someone
didn't remove the field. I've checked the report. The only
change is that I recently created another database that
links to certain tables within the old database. Any
thoughts?
 
Have you checked the DISPLAY WHEN property of the field in
question? If it is set to SCREEN ONLY, the field will
appear on the screen, but will not print. In order for
the field to appear both on the screen and when printed,
this property must be set to ALWAYS.
 
Back
Top