Calculate Query (1 Viewer)

xdenama

Registered User.
Local time
Today, 08:27
Joined
Dec 4, 2015
Messages
26
guys, i need your help. i want to calculate the company expenses and income by months according to variant department in the company. Every data will be recorded based on the respective department. however, i dont have any idea how to calculate the BALANCE field (auto calculate, I prefer query) after i have recorded my GRANT field and my EXPENSES field. The GRANT field can be grow by add new "grant".

I attch my database.
 

Attachments

  • Expenses.accdb
    908 KB · Views: 75

MarkK

bit cruncher
Local time
Today, 08:27
Joined
Mar 17, 2004
Messages
8,183
Typically to calculate a balance you sum all the "debits" and "credits" in your system, so in an inventory system you might sum all your purchase orders with all your sales orders for each product quantity. Then you can calculate that balance on any day, since your POs and SalesOrders will all be dated.

For a balance in an account, you sum all the transactions in and out up to a certain date.

I have not looked you the database you posted.

Hope this helps,
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 23:27
Joined
May 7, 2009
Messages
19,248
see query1
 

Attachments

  • Expenses.accdb
    908 KB · Views: 96

Users who are viewing this thread

Top Bottom