funkmonsteruk
IS-IT--Management
I'm building a make table query which uses 4 fields <Date> <Name> <Credit> <Debit>. During the make table process i need to summ all of the <credit>'s for each <Name> sum all the <debit>'s for each <name> and subtract sum of <debit>'s from sum of <credit>'s.
This should leave me with a final table which gives me <Name> <date> and <Balance>. How do i achieve this? I'm guessing i'll need to use an expression to do this, but have no idea what to do....Please help
This should leave me with a final table which gives me <Name> <date> and <Balance>. How do i achieve this? I'm guessing i'll need to use an expression to do this, but have no idea what to do....Please help