T
Trevor Ryhorchuk
Hello - I have designed my first database and filled it full of useful data -
if I can generate the report I have drawn on paper!
I will describe my database structure then I will describe the report I am
trying to build then I will describe what I am able to and not able to
accomplish:
Household table linked one-to-many to client table linked one-to-many to
accounts table which has a one-to-many link to an order1 table and a
one-to-many link to an order2 table. The order1 and order2 tables are
different because they hold different types of orders.
The report I would like to build is as follows:
Household
Client1
Account1
order1-1
order1-2
order2-1
order2-2
Account2
Client2
Account1
The problem I am running into is that I want the report to show for
households even if the client accounts do not have any corresponding
information in the order1 and order2 tables - what I am finding is that I can
only generate a report that includes those households and clients whose
accounts have information in the order1 or order2 table.
I have tried creating a new table thru a query but again it only generates
rows for households/clients/accounts that have information in both the order1
and order2 tables.
I hope this is understandable - I have never made it this far before so
please be gentle on me but if you need more details I will be happy to
attempt to provide them.
Thanks,
TDR
if I can generate the report I have drawn on paper!
I will describe my database structure then I will describe the report I am
trying to build then I will describe what I am able to and not able to
accomplish:
Household table linked one-to-many to client table linked one-to-many to
accounts table which has a one-to-many link to an order1 table and a
one-to-many link to an order2 table. The order1 and order2 tables are
different because they hold different types of orders.
The report I would like to build is as follows:
Household
Client1
Account1
order1-1
order1-2
order2-1
order2-2
Account2
Client2
Account1
The problem I am running into is that I want the report to show for
households even if the client accounts do not have any corresponding
information in the order1 and order2 tables - what I am finding is that I can
only generate a report that includes those households and clients whose
accounts have information in the order1 or order2 table.
I have tried creating a new table thru a query but again it only generates
rows for households/clients/accounts that have information in both the order1
and order2 tables.
I hope this is understandable - I have never made it this far before so
please be gentle on me but if you need more details I will be happy to
attempt to provide them.
Thanks,
TDR