D
Dave M
Hello,
A couple of days ago I posted a similar question, but I will try to include
some more details this time. If I need more detail to clarify what I need,
please let me know.
I have several tables (shown below). I want to create a report that will
show each company grouped by type. In the details, I need each company to
have a sum of the amount in the transaction list filtered by date ranges
defined in a form. I need to have 12 different date range sums listed for
each account, and I also need to show a zero if there are no transactions for
that range. I have created the queries (10 of them) that I need to show the
correct information.
What is the easiest way of acheiving this?
1. Type
a. Type ID (one to company list)
b. Type Description
2. Company List
a. Company ID (one to Account Numbers)
b. Legal Name
c. Type ID (Many to type)
3. Account Numbers
a. Account Numbers (linked to Transactions)
b. CompanyID (Many to Company List)
4. Transactions(a linked Excel File)
a. Account Number (Linked to Account Number)
b. Effective Date
c. Balance or Instalment (contains either word, nothing else)
d. Amount
A couple of days ago I posted a similar question, but I will try to include
some more details this time. If I need more detail to clarify what I need,
please let me know.
I have several tables (shown below). I want to create a report that will
show each company grouped by type. In the details, I need each company to
have a sum of the amount in the transaction list filtered by date ranges
defined in a form. I need to have 12 different date range sums listed for
each account, and I also need to show a zero if there are no transactions for
that range. I have created the queries (10 of them) that I need to show the
correct information.
What is the easiest way of acheiving this?
1. Type
a. Type ID (one to company list)
b. Type Description
2. Company List
a. Company ID (one to Account Numbers)
b. Legal Name
c. Type ID (Many to type)
3. Account Numbers
a. Account Numbers (linked to Transactions)
b. CompanyID (Many to Company List)
4. Transactions(a linked Excel File)
a. Account Number (Linked to Account Number)
b. Effective Date
c. Balance or Instalment (contains either word, nothing else)
d. Amount