I need to do Weekly and monthly Mean Time Between Failure calculations for our service organization. We use an Access 2000 based db and I pull the call dates, downtime hours , machine serial numbers etc. from various tables. It is easy to write a formula to give me MTBF values using the machines that have had open calls made during a specified time period. However I need to calculate the total number of machines that were in the US during each week (using install dates) represented in the report as we are installing a lot of machines. The trick is to get Crystal reports to figure out how many machines were in the U.S. during the first week of December, second week, and so on while calculating the number of calls for each week at the same time. I usually end up with an error referring to calculating something that refers to another calculation. Any ideas would be appreciated.