D
Dawn
I have 4 tables in a database (Accounts, Shares, Loans and Certificates). My
accounts table includes every account. My shares table has only information
about my share accounts. My loans table has only information about my loan
accounts, etc. I need to create one table that lists every account and takes
the detailed information (such as balance) from the share, loan or cert table
and matches it up on one field so that I can see all balances for all
accounts in just two columns.
The share, loan and cert tables all contain the same detail fields. How can
I take balance, for example, from my share, loan and cert tables and create
it as one field in a query and place it next to the respective account number
from the accounts table?
accounts table includes every account. My shares table has only information
about my share accounts. My loans table has only information about my loan
accounts, etc. I need to create one table that lists every account and takes
the detailed information (such as balance) from the share, loan or cert table
and matches it up on one field so that I can see all balances for all
accounts in just two columns.
The share, loan and cert tables all contain the same detail fields. How can
I take balance, for example, from my share, loan and cert tables and create
it as one field in a query and place it next to the respective account number
from the accounts table?