lalcorn802 Posted May 29, 2008 Share Posted May 29, 2008 I have a database for tracking budgets, amount spent, and balance. I have a layout that I show information about each account. I want to have a field that will total all amounts written out of that specific account. How can I show that amount in a specific field. For example I have an account for the warehouse supplies. I want to have a field that shows a total of all the purchase orders that was written out of warehouse supplies. Link to comment Share on other sites More sharing options...
aaa Posted May 29, 2008 Share Posted May 29, 2008 Hi, Lalcorn802. Can you attach the screenshot of your layout? Link to comment Share on other sites More sharing options...
lalcorn802 Posted May 30, 2008 Author Share Posted May 30, 2008 Here is a screen shot from the account table Link to comment Share on other sites More sharing options...
aaa Posted May 30, 2008 Share Posted May 30, 2008 Ok. Purchases table must have account number and amount. Create relation from Accounts table to Purchases table by account number. Then use Sum(Purchases::Amount) function. This is not exactly answer, because i dont now definitions of your tables and fields in the tables. Link to comment Share on other sites More sharing options...
Recommended Posts