Report, with date range, is not displaying queries

dcorning

New member
Local time
Today, 18:52
Joined
May 18, 2010
Messages
5
Hi,

I have a report, which depends on queries, in which you enter a start and and end date and it displays the query results.

Well the report works fine for most dates.

But if the dates are too close (such as within a month of each other) the whole report is blank, even though the queries still return perfectly fine numbers.

This worked fine in the past, but for some reason it doesn't anymore.

Any suggestions?
Thanks,
DC
 
Could it be something to do with how the dates are being interpreted (UK or US)
 
I doubt it.. because the date is selected with a drop down calendar


For example,

"From: 30-mar-10 To: 7-apr-10" Works,
moz-screenshot-1.png

but

"From: 30-mar-10 To: 6-apr-10" Doesn't work..

moz-screenshot.png
 
How are you applying the criteria?

Between x And Y

or

>= X and <= Y
 
Along the lines of:

>=([forms]![frm_status]![txt_start_date]) And <=([forms]![frm_status]![txt_end_date])
 
DCrake,

I have found the source of my error.

I changed one query of the report, but forgot to take the Sum of the results.

Thanks for the extremely timely responses! Your questions helped get the ball rolling.

Cheers,
DC
 
Glad to find that you sourced your error and that my input helped you. :)
 

Users who are viewing this thread

Back
Top Bottom