Results 1 to 4 of 4
  1. #1
    accessmatt is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2011
    Posts
    199

    Count(number of records) is asking to "Enter A Parameter Value"


    Hello,

    I'm writing a query that pulls in the count of records from another query. For some reason it's asking me to Enter A Value. When I do, they query runs. However, I want the query to show the counts from my other query without having the prompt appear. Any ideas why this is happening and how to correct?

    Thanks,

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    This means the field does not exist in the table. (either because of spelling or reference)
    Dont use COUNT() in a query...the query does the counting using the SUM ftn in totals grouping.

  3. #3
    accessmatt is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2011
    Posts
    199
    ranman256 - thank you but I want to count (or sum) the number of records in another query (called query 2) and pull that into a field in query 1. What am I missing?

  4. #4
    accessmatt is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2011
    Posts
    199
    ranman256, I was able to fix this myself by joining the tables I wanted to use together! thanks,

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

Similar Threads

  1. Replies: 4
    Last Post: 03-23-2015, 09:52 AM
  2. Replies: 8
    Last Post: 07-15-2014, 05:56 PM
  3. Replies: 1
    Last Post: 08-02-2011, 07:21 AM
  4. Replies: 7
    Last Post: 01-23-2011, 12:32 PM
  5. Replies: 4
    Last Post: 01-06-2011, 10:52 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