C
Claire
Hi everybody, I am using Access 2000.
I have a select query that is testing to see if an
inspection report is overdue. After this query runs I use
a crosstab query to count how many reports are overdue for
various areas.
The query criteria is simply: [dtmConditionSentDate] >
[dtmConditionDueDate]
However, now I need to also include the fact that if there
is a value in [dtmConditionDelayDate], then the original
[dtmConditionDueDate] is no longer part of the equation.
For example:
Sent Date Due Date Delay Date Overdue?
Mar 15 2004 Mar 10 2004 Yes - as
of March 11
Mar 15 2004 Mar 10 2004 Apr 1 2004 Not until
April 2
I can think of the logic for this in my head, but I am
having no luck getting this to work in Access. Any help
would be greatly appreciated.
Thanks,
Claire
I have a select query that is testing to see if an
inspection report is overdue. After this query runs I use
a crosstab query to count how many reports are overdue for
various areas.
The query criteria is simply: [dtmConditionSentDate] >
[dtmConditionDueDate]
However, now I need to also include the fact that if there
is a value in [dtmConditionDelayDate], then the original
[dtmConditionDueDate] is no longer part of the equation.
For example:
Sent Date Due Date Delay Date Overdue?
Mar 15 2004 Mar 10 2004 Yes - as
of March 11
Mar 15 2004 Mar 10 2004 Apr 1 2004 Not until
April 2
I can think of the logic for this in my head, but I am
having no luck getting this to work in Access. Any help
would be greatly appreciated.
Thanks,
Claire