Skip to main content

AccessTr.neT


stok hesaplama

stok hesaplama

Çözüldü #2
Sorgu1 aşağıdaki ile değiştir.
İstediğiniz hesaplamayı yapacaktır.
Menfi müspet dönüş yapınız.
Kolay Gelsin.
SELECT TBL_urun_gir.urun_kodu_musteri, TBL_urun_gir.urun_kodu_yunus, Sum(TBL_stok_giris.urun_uretim_toplam) AS Toplaurun_uretim_toplam, Sum(TBL_stok_cikis.urun_sevk_toplam) AS Toplaurun_sevk_toplam, Sum([urun_uretim_toplam]-[urun_sevk_toplam]) AS kalan
FROM (TBL_urun_gir INNER JOIN TBL_stok_giris ON TBL_urun_gir.urun_kodu_yunus = TBL_stok_giris.urun_kodu_yunus) INNER JOIN TBL_stok_cikis ON TBL_stok_giris.urun_kodu_yunus = TBL_stok_cikis.urun_kodu_yunus
GROUP BY TBL_urun_gir.urun_kodu_musteri, TBL_urun_gir.urun_kodu_yunus;
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
stok hesaplama - Yazar: tolgahat - 22/03/2012, 12:25
Cvp: stok hesaplama - Yazar: Kur@l - 22/03/2012, 12:53
Cvp: stok hesaplama - Yazar: tolgahat - 22/03/2012, 13:19
Cvp: stok hesaplama - Yazar: tolgahat - 22/03/2012, 13:26
Cvp: stok hesaplama - Yazar: Kur@l - 22/03/2012, 13:33
Cvp: stok hesaplama - Yazar: tolgahat - 22/03/2012, 13:53
Task