SQL Connection Query to join multiple MS access Tables in crystal Report 9 -



SQL Connection Query to join multiple MS access Tables in crystal Report 9 -

i've working without problem below of sql command linking

select `linkaccess`.`plpon`, `taxaccess`.`crddate`, `taxaccess`.`duedate`, `supplierlist`.`term`, `linkaccess`.`plline`, `linkaccess`.`stkcode`, `linkaccess`.`stkdesc`, `linkaccess`.`psno`, `linkaccess`.`qty` `linkaccess` `linkaccess` inner bring together (`taxaccess` `taxaccess` inner bring together `supplierlist` `supplierlist` on `supplierlist`.`suppcode`=`taxaccess`.`suppcode`) on `linkaccess`.`plpon`=`taxaccess`.`plpon` order `linkaccess`.`plpon`

but failed load after replace inner bring together left outer bring together command, can right me if know, need create left outer bring together taxaccesss , using inner bring together join supplierlist wth fields suppcode. appreciate kindful help.

error meesages:

"failed open rowset. details: ado error code : 0x80040e14 source: microsoft office access database engine description: bring together look not supported. sql state: 3000 native code: -540806602" select `linkaccess`.`plpon`, `taxaccess`.`crddate`, `taxaccess`.`duedate`, `supplierlist`.`term`, `linkaccess`.`plline`, `linkaccess`.`stkcode`, `linkaccess`.`stkdesc`, `linkaccess`.`psno`, `linkaccess`.`qty` `linkaccess` `linkaccess` left outer bring together (`taxaccess` `taxaccess` inner bring together `supplierlist` `supplierlist` on `supplierlist`.`suppcode`=`taxaccess`.`suppcode`) on `linkaccess`.`plpon`=`taxaccess`.`plpon` order `linkaccess`.`plpon`

you cannot have different joins going out same table. can run first bring together , run results against other table using inner join

ms-access crystal-reports

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -