Re: Accounting Reports in Access
- From: liew.derek@xxxxxxxxx
- Date: Fri, 16 May 2008 06:37:55 -0700 (PDT)
Hi Sarah,
I think you are trying to design and develop an accounting system for
your property management company. To make things clearer to you, let
me brief you on some of the fundamental elements and concepts in
creating accounting reports.
you have to create a table for a chart of account, that contains
account no,description, account category (asset/liability/Revenue/
cost), a Parent table to store transactional posting journals, and a
group of table connecting to it. these table will represents your
individual child table that normally resemble each of your accounting
modules, namely, your inventory, AR, AP modules.
Now, in your parent table, you need to have columns to store data such
as, journal no, account code, amount, description, period and year.The
trick here is, your debit and credit amount is stored under one column
(amount), conforming to conventional accounting double-entry rules.The
period and year columns, acts as your filtering tool, you can pull
data for any period in any particular year. Most importantly, you can
generate an opening balance for last year, with currrent year
transactional journals having displayed as breakdown. The trick in
generating whatever accounting reports, is using your creativity and
skill in your sql scripting.
All the Best to you!
.
- References:
- Accounting Reports in Access
- From: Sarah
- Re: Accounting Reports in Access
- From: Albert D. Kallal
- Re: Accounting Reports in Access
- From: Sarah
- Accounting Reports in Access
- Prev by Date: Re: Style and Layout
- Next by Date: How do I replace #Error in access report with another statement?
- Previous by thread: Re: Accounting Reports in Access
- Next by thread: Using report hyperlink to open a pdf at a bookmark or page
- Index(es):
Relevant Pages
|