set a parameter

P

pjb

How can a set a parameter so that when I open a certain report it asks
basically where to start. ie: I want to see all work orders beginning with
"1 - 4500"
 
K

KARL DEWEY

Use this as criteria in your query for the report --
Between [Enter starting work order] and [Enter last work order]
 
Top