leewisener
Technical User
I have all my data in 1 table, it contains account that are in arrears with their payments.
Every day about 6,000 records are updated into the table so we can compare movemements from day to day.
What I want to do is produce a query that takes the position of all cases allocated to each collector on the 1st of each month so I can display the total each collector had available to collect on that day.
Then I want to have a column that looks up today so I can compare if each collectors accounts are increasing or decreasing.
I can get the first set of figures no problem to display the position as at the 1st but I cant get the query to then pick out all the accounts for each collector today and display a total for each.
The fields I have are:
Date
Account Number
MIA (months in arrears)
Payment Due
Total paid this month so far
Amount Overdue
Collectors Name
Can anyone help?
Every day about 6,000 records are updated into the table so we can compare movemements from day to day.
What I want to do is produce a query that takes the position of all cases allocated to each collector on the 1st of each month so I can display the total each collector had available to collect on that day.
Then I want to have a column that looks up today so I can compare if each collectors accounts are increasing or decreasing.
I can get the first set of figures no problem to display the position as at the 1st but I cant get the query to then pick out all the accounts for each collector today and display a total for each.
The fields I have are:
Date
Account Number
MIA (months in arrears)
Payment Due
Total paid this month so far
Amount Overdue
Collectors Name
Can anyone help?