The Goal:
I am attemting to find something called shelter nights. Shelter nights is determined by taking the number of nights a household stayed in the shelter and multiplying by the number of people in the household. its quite an easy formula, and i can do it quite well in Access. My problem is that i need to know the specific number of shelter nights per month, not per household.
The Setup:
I have 4 fields that are relevent. Number of adults in household (AIH), kids in household (KIH), Shelter Start Date (SSD), and Shelter End Date (SED). I can determine the difference between SSD and SED easily enough, and there is no problems, providing SSD and SED are within the same month. Which rarely happens. Usually someone will come in like may 5th, and leave like june 9th. I need to know how many nights from may and how many nights from june. This information is not going in a table, its for a report, so i wil be generating it in a query.
I have no clue how to do this part. please help.
I am attemting to find something called shelter nights. Shelter nights is determined by taking the number of nights a household stayed in the shelter and multiplying by the number of people in the household. its quite an easy formula, and i can do it quite well in Access. My problem is that i need to know the specific number of shelter nights per month, not per household.
The Setup:
I have 4 fields that are relevent. Number of adults in household (AIH), kids in household (KIH), Shelter Start Date (SSD), and Shelter End Date (SED). I can determine the difference between SSD and SED easily enough, and there is no problems, providing SSD and SED are within the same month. Which rarely happens. Usually someone will come in like may 5th, and leave like june 9th. I need to know how many nights from may and how many nights from june. This information is not going in a table, its for a report, so i wil be generating it in a query.
I have no clue how to do this part. please help.