G
Guest
I am fairly new to Access.
I have two tables with a one-to-many relationship.
TABLE1
Model Number (primary key)
type
Comments
TABLE2
Model Number (foreign key)
Order Number
Order Date
Projected Delivery Date
I am running a report based on both tables directly, where ModelNumber, Type
and Comments are listed once, and all Order Info (fields in TABLE2) comprise
multi-line detail under each ModelNumber. Everything is great, however...
The whole reason I have split the info into two tables is so that I can
create my report with that ModelNumber-to-many-Orders type format via
grouping.
However, I would really like to have everything in one table, if possible
(to make weekly data importing easier).
I hoped I could possibly have all data in one table, then create two select
queries based on how the data is currently split, then form a relationship
between the two queries, and run my report from both queries. In essence,
just switching out tables for queries in my original process.
But, I see nothing that indicates there can be relationships between queries.
Any suggestions as to how I can get my report with that
ModelNumber-to-many-Orders type format using just one table?
Thanks so much!
m-
I have two tables with a one-to-many relationship.
TABLE1
Model Number (primary key)
type
Comments
TABLE2
Model Number (foreign key)
Order Number
Order Date
Projected Delivery Date
I am running a report based on both tables directly, where ModelNumber, Type
and Comments are listed once, and all Order Info (fields in TABLE2) comprise
multi-line detail under each ModelNumber. Everything is great, however...
The whole reason I have split the info into two tables is so that I can
create my report with that ModelNumber-to-many-Orders type format via
grouping.
However, I would really like to have everything in one table, if possible
(to make weekly data importing easier).
I hoped I could possibly have all data in one table, then create two select
queries based on how the data is currently split, then form a relationship
between the two queries, and run my report from both queries. In essence,
just switching out tables for queries in my original process.
But, I see nothing that indicates there can be relationships between queries.
Any suggestions as to how I can get my report with that
ModelNumber-to-many-Orders type format using just one table?
Thanks so much!
m-