Help with a report

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

Guest

I have a report that is based on a query and for some reason the data that is
in the table in one particular field does not show up in the query or the
report but does show up in the table and the entry form.

Can someone help me please.
 
I have a report that is based on a query and for some reason the data that is
in the table in one particular field does not show up in the query or the
report but does show up in the table and the entry form.

Can someone help me please.

Sure, if you'll help us. We can't see your report or your query, and know
nothing about the structure of your table.

Please post the SQL view of the query; describe what you're seeing or not
seeing; indicate the Control Source of the field on the report as well.

John W. Vinson [MVP]
 
If the column (field) has been added to the table since the query was
originally created you will probably have to update the query definition in
design view so that it returns the new column.

Another possibility is that the 'show' check box for the column in question
was inadvertently unchecked in query design view.

Ken Sheridan
Stafford, England
 
I apparently had group by on in the query, which this for some reason
limited what was showing in the query and the report. This resolved the
problem.

Thanks for your help on this matter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top