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

changing queries using crystal report!

Status
Not open for further replies.

kingz2000

Programmer
Joined
May 28, 2002
Messages
304
Location
DE
Hi,

I am a holder of crystal reports IX. I have managed to make a report with a query. I was wondering if it was possible to parameterise my query using crystal report. In another words, I would like to change my query,but only in the sense that the customerID would be different or the date range would change. Is it possible to control that this with crystal report or do I have to build a new query using Access or something?

Kingsley
 
If by query you mean a command, then the answer is yes

Mo
 
by query I mean like a view!!
 
have you tried using the record selection formula

something like

{table.clientId}= 1234

if this works then simply create a parameter and use it instead of the value

{table.clientId}= {@MyParam}

Mo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top