set a parameter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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"
 
Use this as criteria in your query for the report --
Between [Enter starting work order] and [Enter last work order]
 
Back
Top