I have a database now with different nationalities and their city of residences in the US. Now, I am tasked to calculate the percentage of Filipinos living in each city.
May I ask for advice on how to do it automatically on Access? Thank you!
I have a database now with different nationalities and their city of residences in the US. Now, I am tasked to calculate the percentage of Filipinos living in each city.
May I ask for advice on how to do it automatically on Access? Thank you!
do a aggregative query, count for people, group by city, criteria: nationalities='fillipinos'
Thank you so much! Will try doing that!![]()