Missing field on report

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

Guest

I have a report based on a query with one field that doesn't show up on my
report, no matter how I try to put it in. All the other fields are doing
fine. This is a text field.

When I run the query, the field has data in it there.

Any suggestions as to what I may be doing wrong?
 
It might sound like silly questions but sometmes we just dont pay attantion
to the obvious reasons
1. check if the field visible true
2. check if the field bounded
3. check if the report is not to wide and that field move to the next page.
 
These don't sound like silly questions, I'm looking for something that is
probably obvious to a pro. On the other hand, these do not seem to be the
answer to my problem.

Ofer said:
It might sound like silly questions but sometmes we just dont pay attantion
to the obvious reasons
1. check if the field visible true

Field Visible is "yes"
2. check if the field bounded

I'm not a hundred percent sure what you mean here. If I make the boundary
of the field solid, I get an empty rectangle.
3. check if the report is not to wide and that field move to the next page.

This is definitely not the problem
 
Back
Top