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!

Editing SQL Query in Crystal 10

Status
Not open for further replies.

DiggerDog

Programmer
Nov 24, 2002
60
AU
Hi
Is it possible to edit the SQL query in 10 like you can in 8.5. I'm using the database expert to join 2 tables and want to join on 2 fields from the same table i.e.

Join tableA to TableB
Where TableA.Field1 = TAbleB.Field1 or
TableA.Field1 = TAbleB.Field2

In CR 8.5 I can simply click "Show SQL Query" and insert the Or part of the join - I am unable to do this in CR 10.

Is there any way around this

thanks
 
I think you would have to use "Add command" as your datasource, and enter the entire query there.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top