musicarteca Posted December 14, 2005 Posted December 14, 2005 I have two separate tables, Expenses and Deposits, that are not related. How can I create a report to calculate their balance?
mr_vodka Posted December 14, 2005 Posted December 14, 2005 Can you provide any further information? As it stands right now, you can either pass the values of the balances into global fields to print them, or you can create a third table that can join them to do it. More information please. :
musicarteca Posted December 14, 2005 Author Posted December 14, 2005 I have two tables, on the table "expenses" I enter the date of the expense, the amount, and related information, on "deposits" I enter the date of the deposit, the amount, and related information. Both deposits and expenses could be entered into one of two accounts. I want to create a montly report that summarizes the balance of deposits minus expenses of each account.
comment Posted December 14, 2005 Posted December 14, 2005 Why not combine Expenses and Deposits into one Transactions table?
mr_vodka Posted December 14, 2005 Posted December 14, 2005 I was going to recommend the same thing comment has already suggested. You can have it in the same table and if you want add another field that allows it to categorize it as either a Deposit or Expense.
musicarteca Posted December 15, 2005 Author Posted December 15, 2005 Yes, I think that might be the best way to go. Thanks.
Recommended Posts
This topic is 6983 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now