S
Steve
Thanks for the help! I have three fields of consequence
[closedate][duedate]and a calculated field [pastdue].
Every record will have a date in [duedate] but obviously
not necessarily in the [closedate]
I want to query records which have closed or are still
open 1 to 15 days past [duedate]
ie
[closedate] [duedate] [pastdue]
1/17/04 1/15/04 2
(null) 1/15/04 10 (Assuming that today is 1-25)
when the query runs I want it to ask for a date range
[beginning] & [ending] and I want [duedate] to be between
them.
There are a lot of variables and I can't quite get it.
Any help is greatly appreciated. Thanks
[closedate][duedate]and a calculated field [pastdue].
Every record will have a date in [duedate] but obviously
not necessarily in the [closedate]
I want to query records which have closed or are still
open 1 to 15 days past [duedate]
ie
[closedate] [duedate] [pastdue]
1/17/04 1/15/04 2
(null) 1/15/04 10 (Assuming that today is 1-25)
when the query runs I want it to ask for a date range
[beginning] & [ending] and I want [duedate] to be between
them.
There are a lot of variables and I can't quite get it.
Any help is greatly appreciated. Thanks