R
robboll
Is there a query solution for the following?
Table Name: Table1
Each row of data consists of Events with Start and End dates: a, c, e,
g, i, and k
for period July 1, 2008 thru Aug 5, 2008
a_s: 5-Jul
a_e: 21-Jul
c_s: 5-Jul
c_e: 21-Jul
e_s: 6-Jul
e_e: 24-Jul
g_s: 4-Jul
g_e: 20-Jul
i_s: 6-Jul
i_e: 20-Jul
k_s: 26-Jul
k_e: 4-Aug
Some event start and end at the same time (e.g., a, c) Others
overlap.
Is there a query method that will account for all days that are NOT
event days for the period?
Doing this manually I come up with: 6 Days
Any help greatly appreciated!!!
RBollinger
Table Name: Table1
Each row of data consists of Events with Start and End dates: a, c, e,
g, i, and k
for period July 1, 2008 thru Aug 5, 2008
a_s: 5-Jul
a_e: 21-Jul
c_s: 5-Jul
c_e: 21-Jul
e_s: 6-Jul
e_e: 24-Jul
g_s: 4-Jul
g_e: 20-Jul
i_s: 6-Jul
i_e: 20-Jul
k_s: 26-Jul
k_e: 4-Aug
Some event start and end at the same time (e.g., a, c) Others
overlap.
Is there a query method that will account for all days that are NOT
event days for the period?
Doing this manually I come up with: 6 Days
Any help greatly appreciated!!!
RBollinger