Results 1 to 11 of 11
  1. #1
    jumpingtree is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    8

    Unhappy popdata PROBLEM

    I am using popdata to reveal the number of people of a certain nationality living in another country.



    i got to the point where the numbers were translated into relevant and understandable data (the location and the nationalities appeared).

    the problem is, i need to find the place in the country where the most number of that certain nationality is. how do i get that using microsoft access? what tool or query should i use?

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    Isn't the Arab number the most widely use one?

  3. #3
    jumpingtree is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    8
    yeah, numbers were there first like 99 etc. i tinkered it so that the words would appear. on the city column, the names of the cities appeared. on the next column, the nationalities.
    my problem is to get the total number of a certain nationality. for example, to get the total number of the german in the nationalities column. and see if it is related with the cities column.

  4. #4
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    my problem is to get the total number of a certain nationality. for example, to get the total number of the german in the nationalities column. and see if it is related with the cities column.


    I did get what the total number mean, and how does the number relate to the cities column.

  5. #5
    jumpingtree is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    8
    oops. i just need the total number of the nationalities (eg. german, filipino, chinese, and a lot others). how to get that?

  6. #6
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    I believe a simply aggregative query can do it.

  7. #7
    jumpingtree is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    8
    how to do that? i'm not really good with access.

  8. #8
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    suppose you have data in the table named "nationaltytable", and the field name is "nationality", then the query may look like:

    select nationality, count(nationality) from nationalitytable group by nationality

  9. #9
    jumpingtree is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    8
    oh. THANK YOU!

  10. #10
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    you are always welcome.
    May I mark this post as solved?

  11. #11
    jumpingtree is offline Novice
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    8
    yup. thank you very much!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 06-14-2010, 03:25 PM
  2. query problem i have a problem wi
    By maxx3 in forum Queries
    Replies: 0
    Last Post: 06-29-2009, 02:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums