Data displays in reports

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

Guest

I have a simple query that just is by date. I have the Between [start] and
[end] int the criteria. I run the query and I get the result. I use this
query in a report and when prompted for the data, I put in the date. The
form or labels of the report dispaly, but not data is displayed. I can remove
the criteria in the query, run the report and the data display, but of course
all the records display. I need to select just the records by the date range
 
Ensure that the functioning query is the record source for the report.
--
***************************
If the message was helpful to you, click Yes next to Was this post helpful
to you?
If the post answers your question, click Yes next to Did this post answer
the question?
 
I have a simple query that just is by date. I have the Between [start] and
[end] int the criteria. I run the query and I get the result. I use this
query in a report and when prompted for the data, I put in the date. The
form or labels of the report dispaly, but not data is displayed. I can remove
the criteria in the query, run the report and the data display, but of course
all the records display. I need to select just the records by the date range

Doublecheck that the Recordsource property of the Report is in fact
this query, and that you're entering exactly the same dates. Note that
it's not necessary to "run" the query, other than as a debugging test.


John W. Vinson[MVP]
 

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

Similar Threads


Back
Top