Report Criteria

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

Guest

I have a report based on a Parameter Query that asks the user to enter Org
Number. Some Orgs have sub org numbers (i.e., Org 0001 may have a suborg of
0001-1. How can I get the report to include not only Org 0001 but also
include any suborgs?
 
assuming that the "sub-org" value is stored in the same field as the "org"
value, change the query criteria to

Like [Enter the Org Number] & "*"

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top