Recent content by dcorning

  1. D

    Report, with date range, is not displaying queries

    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
  2. D

    Report, with date range, is not displaying queries

    Along the lines of: >=([forms]![frm_status]![txt_start_date]) And <=([forms]![frm_status]![txt_end_date])
  3. D

    Report, with date range, is not displaying queries

    Sorry, the pictures copied didn't work..
  4. D

    Report, with date range, is not displaying queries

    I doubt it.. because the date is selected with a drop down calendar For example, "From: 30-mar-10 To: 7-apr-10" Works, but "From: 30-mar-10 To: 6-apr-10" Doesn't work..
  5. D

    Report, with date range, is not displaying queries

    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...
Back
Top Bottom