G
Ginola
Hi,
I have a two right join as following. The query is working probably
and can be modified previously. However, it can't update recently and
not sure why? a record has corrupted previously and I use compact to
fix the problem. Does anyone know what's the problem is ?
SELECT QC.QCNo, QC.SupplierName
FROM Brand RIGHT JOIN (Product RIGHT JOIN QC ON Product.ArticleNo =
QC.ArticleNo) ON Brand.BrandName = Product.RBrandName
ORDER BY QC.QCNo;
thanks
I have a two right join as following. The query is working probably
and can be modified previously. However, it can't update recently and
not sure why? a record has corrupted previously and I use compact to
fix the problem. Does anyone know what's the problem is ?
SELECT QC.QCNo, QC.SupplierName
FROM Brand RIGHT JOIN (Product RIGHT JOIN QC ON Product.ArticleNo =
QC.ArticleNo) ON Brand.BrandName = Product.RBrandName
ORDER BY QC.QCNo;
thanks