Dellarella
New member
- Local time
- Today, 08:09
- Joined
- Jan 4, 2012
- Messages
- 3
I am new to this forum and to Access so I appreciate the opportunity to be able to ask you all a question. I am trying to create a financial statement. My tables are Chart of Accounts and GL Transactions. I have created a Trial Balance table where the beg bal, debit, and credit fields all have default values of '0'.
Using a left join query, I appended Trial Balance with all the fields from Chart of Accounts and fields from GL Transactions where data exists. However, when I do this, the default values in Trial Balance disappear leaving null fields, making it impossible to calculate my ending balances.
I have tried several different things including trying to change the nulls to zero, and trying to set the default ending balance value as the beg bal value, but I am getting nowhere. Any help you all can offer would be most appreciated.
Using a left join query, I appended Trial Balance with all the fields from Chart of Accounts and fields from GL Transactions where data exists. However, when I do this, the default values in Trial Balance disappear leaving null fields, making it impossible to calculate my ending balances.
I have tried several different things including trying to change the nulls to zero, and trying to set the default ending balance value as the beg bal value, but I am getting nowhere. Any help you all can offer would be most appreciated.