Results 1 to 4 of 4
  1. #1
    bfm is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Oct 2016
    Posts
    7

    Query is NOT pulling pulling correct count value from another query

    I am trying to build a query which will call up the total visitor count from 7 different queries. I have a table with the total amount of visitors ("ALL HITS") and then each of the 7 queries, filters out each HIT based on geographical region (EUROPE,ASIA,AFRICA,etc.). How can I build another query that results in showing how each region's total compared with the totals from the other 6?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    The count query is pretty simple,
    select Region, Count(Region) from table

    what do you mean compare? Show all totals?

  3. #3
    bfm is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Oct 2016
    Posts
    7
    Yes! I'd like all totals from each query to be combined within one query.

  4. #4
    bfm is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Oct 2016
    Posts
    7
    UPDATE: I got it! My computer was acting weird...so once I restarted, the CountofPlace updated.!

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

Similar Threads

  1. Query not pulling all of the info.
    By Snickren in forum Queries
    Replies: 2
    Last Post: 01-29-2016, 03:45 PM
  2. Report not pulling correct record
    By jlo33jenn in forum Reports
    Replies: 6
    Last Post: 06-25-2015, 09:14 AM
  3. Replies: 5
    Last Post: 06-11-2015, 06:45 PM
  4. Is there a way of pulling Table Name into a query
    By accessmatt in forum Queries
    Replies: 5
    Last Post: 10-01-2014, 09:06 AM
  5. Query not pulling at all
    By ricardo9211 in forum Queries
    Replies: 3
    Last Post: 02-20-2010, 04:13 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