B
Bernie
I have a start and end date in one table, another table with a list of dates
in the month.
I need to know how many instances the item was active on a given date in
another table such as
1/1/09 - 5
1/3/09 - 4
1/6/09 - 1
Start End
1/1/2009 1/2/2009
1/1/2009 1/3/2009
1/1/2009 1/6/2009
1/1/2009 1/5/2009
1/1/2009 1/3/2009
Tried this in the query
iif(count( ([MinMax]![MinOfARR_FLT_ORIG_DT] >= [Calendar]![Date]) and
([MinMax]![MaxOfARR_FLT_ORIG_DT] <= [Calendar]![Date] ))
No luck
Thanks Bernie
in the month.
I need to know how many instances the item was active on a given date in
another table such as
1/1/09 - 5
1/3/09 - 4
1/6/09 - 1
Start End
1/1/2009 1/2/2009
1/1/2009 1/3/2009
1/1/2009 1/6/2009
1/1/2009 1/5/2009
1/1/2009 1/3/2009
Tried this in the query
iif(count( ([MinMax]![MinOfARR_FLT_ORIG_DT] >= [Calendar]![Date]) and
([MinMax]![MaxOfARR_FLT_ORIG_DT] <= [Calendar]![Date] ))
No luck
Thanks Bernie