Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Outer Join Support Post Reply Post New Topic
Author Message
muazzamazaz
Newbie
Newbie
Avatar

Joined: 17 Jun 2008
Location: Pakistan
Online Status: Offline
Posts: 2
Quote muazzamazaz Replybullet Topic: Outer Join Support
    Posted: 17 Jun 2008 at 4:00am
I am using MS Access database and the following query generate support error in crystal report.

SELECT
Item.`Item_Code`, Item.`Item_Name`, Item.`OP_QTY`, Item.`OP_Rate`,
Stock.`voucher_no`, Stock.`voucher_date`, Stock.`quantity`, Stock.`rate`, Stock.`DC`,
Users.`User_Name`,
Company.`Comp_Name`, Company.`Address`
FROM
((`Stock` Stock RIGHT OUTER JOIN `Item` Item ON Stock.`item_id` = Item.`Item_Code`) INNER JOIN `Company` Company ON Stock.`comp_id` = Company.`Reg_No`) INNER JOIN `Users` Users ON Stock.`user_id` = Users.`User_Id`
ORDER BY
Item.`Item_Code` ASC
Muhammad Muazzam
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet Posted: 17 Jun 2008 at 3:01pm
Have you tried creating the query directly in Access and calling the query from Crystal? Doing that would prevent CR from passing complex SQL to Access and getting it mixed up.
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
IP IP Logged
muazzamazaz
Newbie
Newbie
Avatar

Joined: 17 Jun 2008
Location: Pakistan
Online Status: Offline
Posts: 2
Quote muazzamazaz Replybullet Posted: 17 Jun 2008 at 8:12pm
this query is the CR query and stock is a query in MS Access.
 
Muhammad Muazzam
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.