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

Passing an SQL Query to a Crystal Report

Status
Not open for further replies.

wf

Programmer
Feb 1, 2001
32
US
I want to pass a complete query to a Crystal Report from Visual Interdev. I'm calling the report with this intruction:

strUrl = " & SelFor & ""

where SelFor is a variable that has my selection formula. But instead of this, I want to pass a complete SQL statement.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top