Hello,
I am having a problem trying to figure out a way to get a query result that breaks up one field into 4 different Amount groups. I had the same question last week, and I believe I didn't post it in the right forum. I am sorry. It was 703-1388918.
I am pulling the data from tblAjustments.
The fields that I am working with are:
AuditorID, AuditDate, Amount, PosterID, PostingDate
I need to know the count of:
Amount = or over -($50.00)
Amount Between -($15) and -($49.99)
Amount = -($3.99), -($4.99) and -($10.99)
Amount > 0
Then find out the amount of adjustments posted within the amounts above to see the percentage that has been audited for a specific time frame.
I tried to create 4 separate queries to give me the count of how many adjustments were audited, then combine them by
4 separate queries that shows the count of adjustments posted by the amounts above. I had almost 16 queries to accomplish one desired result.
I am a Access 2000 user. I was hoping I could use SQL join queries to get the results I am looking for.
Can I create one SQL statement using subqueries to allocate each amount to get the final result?
Any help is appreciated. I've been working on this for almost five days now.
Thanks
I am having a problem trying to figure out a way to get a query result that breaks up one field into 4 different Amount groups. I had the same question last week, and I believe I didn't post it in the right forum. I am sorry. It was 703-1388918.
I am pulling the data from tblAjustments.
The fields that I am working with are:
AuditorID, AuditDate, Amount, PosterID, PostingDate
I need to know the count of:
Amount = or over -($50.00)
Amount Between -($15) and -($49.99)
Amount = -($3.99), -($4.99) and -($10.99)
Amount > 0
Then find out the amount of adjustments posted within the amounts above to see the percentage that has been audited for a specific time frame.
I tried to create 4 separate queries to give me the count of how many adjustments were audited, then combine them by
4 separate queries that shows the count of adjustments posted by the amounts above. I had almost 16 queries to accomplish one desired result.
I am a Access 2000 user. I was hoping I could use SQL join queries to get the results I am looking for.
Can I create one SQL statement using subqueries to allocate each amount to get the final result?
Any help is appreciated. I've been working on this for almost five days now.
Thanks