How do I get the "Input Parameters" field to show up in the Properties window?

S

Stu

I have a report connected to a query which requires an
input. When I open the report's Properties window I can't
get the "Input Parameters" field to show up on the list
under the Data tab. The list ends at "Order By On" how do
I get "Input Parameters" to show up?
 
R

Rosco

-----Original Message-----
I have a report connected to a query which requires an
input. When I open the report's Properties window I can't
get the "Input Parameters" field to show up on the list
under the Data tab. The list ends at "Order By On" how do
I get "Input Parameters" to show up?
.
I don't do a lot with parameter queries, but I believe the
place you enter your parameters is in the query, not the
report.

Open your query in design mode, under the Query Menu,
click on Parameters... enter your parameters there.
When you run your report the Input parameter box should
open.

Rosco
 
Top