C
Calypso
I am trying to get my table to do a simple calculation, and the reason I am
choosing to do this in access, is because it's connected to my member's
database, I am trying to integrate as much of my daily tasks into one
program, and everything used to be in ms works.
I need to following calculation to occur in my table.
Balance = (deposit + Balance forward - applied 1- applied 2 - applied 3 -
applied 4 - applied 5 - applied 6)
[ak]=([j]+[k]-[m]-[l]-[q]--[ac]-[ag])
Is there a way to do this not through queries?
choosing to do this in access, is because it's connected to my member's
database, I am trying to integrate as much of my daily tasks into one
program, and everything used to be in ms works.
I need to following calculation to occur in my table.
Balance = (deposit + Balance forward - applied 1- applied 2 - applied 3 -
applied 4 - applied 5 - applied 6)
[ak]=([j]+[k]-[m]-[l]-[q]--[ac]-[ag])
Is there a way to do this not through queries?