J
Judy
I'm not sure this can be done in SQL, or if I need to go
to VB.
I'm trying to count the number of occupants in the
apartments per month, based only on knowing each client's
start and end lease dates. This information is all in one
table, TblClientInfo, fields dtmLeaseStart, dtmLeaseEnd.
So I can count the number of clients with a lease start
date per month, and subtract any who have a lease end that
month.
But how do you calculate in those who are in an active
lease but neither started nor ended that month?
--Judy
to VB.
I'm trying to count the number of occupants in the
apartments per month, based only on knowing each client's
start and end lease dates. This information is all in one
table, TblClientInfo, fields dtmLeaseStart, dtmLeaseEnd.
So I can count the number of clients with a lease start
date per month, and subtract any who have a lease end that
month.
But how do you calculate in those who are in an active
lease but neither started nor ended that month?
--Judy