Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAKE TABLE QUERY ASKING "ENTER PARAMETER VALUE"

Status
Not open for further replies.

slapupp

Technical User
Aug 30, 2001
14
0
0
US
I have a make table query in Access which, when running, prompts me to "enter parameter value" for a calculated field in the query. It then propmts me again for a parameter value for another calculated field which uses the first calculated field in its calculation. By hitting ok (and entering no parameter value at all) through both prompts, the make table produced the desired results. Is there any way to get around these prompts, since it is causing the macro I have set up to run a group of queries to halt at this point.

Thank you,

Mike
 
Check carefully step by step criterias and fields of query. It would happen when you was changed form controls or table design which associate in your query.

Aivars
 
Had this problem the other day. To avoid this, substitute the parameter value for the calculated field with the actual. The second prompt should then disappear.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top