unnamedplayer
New member
- Local time
- Today, 14:30
- Joined
- Mar 17, 2009
- Messages
- 6
Hi all, I am a total noob to access programming so I am hoping someone can help. I am trying to make a report that displays the total number of days someone has occupied a residence during a given time frame. My report currently displays a Move-In Date and Move-Out Date which is pulled from a basic query on the appropriate table. I need a total days field as well. I have added a text box that will hold this calculated value. I was originally using the Control Source property and nested IIf statements to calculate the total, but there were some errors I made in logic that really need me to perform a little work in determining what dates are used to calculate the total days. Is there a way to perform some conditional processing with my Move-In and Move-Out dates and then use that calculated value in my report? Thanks!