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

Return all Values in a Paramater field

Status
Not open for further replies.

f0rg3tfu1

MIS
Aug 25, 2004
103
US
Hello all,

CR 10, SQL server 2000 backend

I am using a parameter field to select a building number to return all the inventory from that particular building.

We have 24 buildings... and I would like to add a choice of "All" in the parameter field to select all buildings.

I remember doing this before, but I cant remember how. Feel free to post if you need more information, but I think this is enough.

Thanks a lot everyone!
 
In your parameter field enter "All" as the top default value.
In your record selection formula enter:
({?Building} = "All" or
{?Building} = {table.buildingfield})
MrBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top