I really hate being a n00bie at this and I must ask now that I so stuck. I know for any type of monthly payments, I will have to use a query to do this. But now i'm stuck on weather a datepart or datediff or maybe something outrageously different syntax to use to calculate this.
I have clients that have joined on different dates, and each pay a different amount of monthly dues. For example, John doe pays a monthly due of $20. He joined in October. Now I must run a query from October till present of each of those months. I know I will have to create a transaction table and deduct that from this query and I will get a current balance.
But the problem is just creating the query for the monthly dues. Any help will be appreciated, thanx.
I have clients that have joined on different dates, and each pay a different amount of monthly dues. For example, John doe pays a monthly due of $20. He joined in October. Now I must run a query from October till present of each of those months. I know I will have to create a transaction table and deduct that from this query and I will get a current balance.
But the problem is just creating the query for the monthly dues. Any help will be appreciated, thanx.