Ask "Enter Parameter Value?" in query (1 Viewer)

Sokkheng

Member
Local time
Today, 14:19
Joined
Jul 12, 2023
Messages
34
I create new query for create Sum in any fields and make new field for amount that sum fields, but when i create new field for amount when i run the query it always as me to "Enter Parameter Value?" what problem with new field for amount?. In any field that we use Sum it auto to create field name with SumOf...., unless i change to new name in the new field for amount it always as for "Enter Parameter Value?" also. How i fix this problem.
Thanks in advance
Sokkheng
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 03:19
Joined
May 21, 2018
Messages
8,529
Can you go to SQL view, copy your sql string, and post it here?
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 03:19
Joined
Feb 19, 2002
Messages
43,275
"Enter Parameter Value?"
Always means that Access doesn't recognize a column name from the query so start by verifying all of them. OR, you could be referencing a form field or function that isn't spelled correctly.
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 02:19
Joined
Feb 28, 2001
Messages
27,186
Generally those boxes tell you the name of the parameter they want. That same name appears in your query and Access (or ACE/SQL) doesn't know how to find it. Which means either (a) spelled incorrectly, (b) incorrectly qualified as to location, or (c) not qualified for location when it SHOULD be.
 

ebs17

Well-known member
Local time
Today, 09:19
Joined
Feb 7, 2020
Messages
1,946
You're obviously using calculated fields. In addition to the above, you may continue to use a calculated field even though it (or its alias) is not yet available according to the query processing order.
How i fix this problem
Analyze and think through your query.
 

Users who are viewing this thread

Top Bottom