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!

Pass Through Query with prompts?

Status
Not open for further replies.

mrtroy

Technical User
Jan 28, 2003
23
US
Is it possible to create a pass through query that uses prompts so that when the user runs the report, the user is prompted and the query uses the parameters input? (I'm using a pass-through because I need it to be read only)

Troy
 
I'm afraid passthru query can't be parametized...
To make a query read only, simply use the DISTINCT predicate:
SELECT DISTINCT .....

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top