Hi, i've got a problem with access. I've this lists(i wrote only the ones i need for this problem)
FATTURE: CodCliente, TotFattura, Incasso
INCASSIFUORIFATTURA: CodCliente, Incasso
VECCHIEFATTURENONPAGATE: CodCliente, TotDovuto
I need a query where i give a CodCliente and it gives me this result: Sum (FATTURE.TotFattura) + Sum(VECCHIEFATTURENONPAGATE.TotDovuto) - Sum(FATTURE.Incasso) - Sum (INCASSIFUORIFATTURA.Incasso)
Thank you