Guest_imported
New member
- Jan 1, 1970
- 0
I have these 3 tables
angaufgut (Master)
lfdnr
provision
angaufpos (Details)
lfdnr
posprovision
produktion
lfdnr
Now my problem: I want to sum up all angaufpos.posprovision where lfdnr is equal and put it into the angaufgut.provision where the lfdnr is the same, but just these with an existing record with the same lfdnr in table produktion
angaufgut (Master)
lfdnr
provision
angaufpos (Details)
lfdnr
posprovision
produktion
lfdnr
Now my problem: I want to sum up all angaufpos.posprovision where lfdnr is equal and put it into the angaufgut.provision where the lfdnr is the same, but just these with an existing record with the same lfdnr in table produktion