I am trying to convert all of my data from excel files to a single access database. Im trying to work on a way to organize my bills for my company. I have a table in excel that has specific formulas that apply only to a certain row but the formula is carried throughout the column, ie: the daily balance = previous daily balance + deposits - bill. and the number it gives stays with that one row and all of my previous balances are still in the column. I have read about running sums and have no idea on how to use/apply them and wondered if there is any way that they apply to my circumstance. Is there a way to have this in an access query/report that reads almost like a bank statement? i also have bills that are due on a future day in the month and they display a projected daily balance.
Also I check my bills and bank account daily for my actual balance available and would like to incorporate the daily balance in another column. would there be a way that the function: if(date=today,totalbalance,0), would be a valid way to accomplish that?
Thanks for the help.