Click here to Skip to main content
15,905,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi i want to do this query in crystal report with session
SQL
select customer1.username,customer1.FirstName,customer1.LastName,
customer1.Address,customer1.city,customer1.state,customer1.contactno,productorder.orcode,
productorder.ordate,productorder.icode,productorder.qty,productorder.rate,productorder.delidate from customer1 left join productorder
on customer1.Email=productorder.email
Posted

1 solution

You don't mention the problem at all.

Basically you include both tables in your report, define the join and make it an outer join and at last you include the correct fields to your report. You can always check the SQL statement in your report via Crystal's menu.

Regards,

mika
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900