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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Too few Parameters......

Status
Not open for further replies.

bluehorseshoe

Programmer
May 14, 2002
8
AU
This appears to be a common error.

I have a query based on a table. The query also has some calculated fields. The calculated fields use fields available from the tables or other calculated fields. When the query is opened within Access 2000 it asks for two parameter values. If I just press OK for both the results returned are fine.

Why is this?

Many Thanks
 
This is probably because it prompts for the values but doesn't actually use them in restricting data, or in the calculated fields.

Open the query in design mode, Go to SQL view (View menu -> SQL), copy the code and paste it here and I will have a look.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top