Computing.Net > Forums > Database > summarising in access-using query

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

summarising in access-using query

Reply to Message Icon

Name: gaayathiri
Date: January 9, 2007 at 15:58:20 Pacific
OS: win xp
CPU/Ram: 256
Product: ibm
Comment:

have to summarise something in ms-access.

am using access 2003.

i have a query with the following fields. (this query has some other fields also. this gets data from 2 tables.)
"country" (has values of AU, NZ)
"status" - holding various stages in the process.(processing, issued etc)
" firstof inv value" which is the initial amount.
"sum of outstanding amt" - which is the current amount (if there's no amount this will be blank - null)
"final update date/time" - date of issue (will have data only if the "status" is equal to issued)

i have more than 10,000 rows of data :O(

what I need:

taking the total of "firstof inv value" (for each country) as 100%, I need to find out the % of the nulls(from "sum of outstanding amt" field) are for each country. (basically if the total of "sum of outstanding amt" can be calculated as a percentage, then the null's % can be found.)

need to do that for AU, NZ and then for au & nz together.

criteria: the "final update date/time" should have been 4 weeks or more ago.(>=28days) (datediff function achieves this)

I have no clue as to how to do this.. I am still a novice. please help. thnx



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Database Forum Home


Sponsored links

Ads by Google


Results for: summarising in access-using query

How to edit query in MS Access using batch www.computing.net/answers/dbase/how-to-edit-query-in-ms-access-using-batch/682.html

New column in Access using macro www.computing.net/answers/dbase/new-column-in-access-using-macro/418.html

Access Query to Merge with Word Doc www.computing.net/answers/dbase/access-query-to-merge-with-word-doc/162.html