connerlowen
Registered User.
- Local time
- Today, 02:44
- Joined
- May 18, 2015
- Messages
- 204
HI,
I have a database that is used to create Quotations. I need help with a query. I have a table "NewPartT" and a table "NewMetalT". There is a one to many relationship between the two tables. NewPartT is on the one side and NewMetalT is on the many side. I would like a query that shows some data from each table but grouped by the record in the NewPartT.
For example the following fields are from the table NewPartT:
PartNumber = 1000
Description = Contact
EAU = 10000
The following fields are form the table NewMetalT:
Metal: Gold
MetalWeight: .5
MetalPrice: $10.00
Metal: Copper
MetalWeight: 1.6
MetalPrice: $2.00
The part has two metals that are used for some calculations in other queries. I would Like a Query to look like this.

The Query would need to put as many or as little columns as needed based on the number of metals related to the part.
Thanks,
Conner Owen
I have a database that is used to create Quotations. I need help with a query. I have a table "NewPartT" and a table "NewMetalT". There is a one to many relationship between the two tables. NewPartT is on the one side and NewMetalT is on the many side. I would like a query that shows some data from each table but grouped by the record in the NewPartT.
For example the following fields are from the table NewPartT:
PartNumber = 1000
Description = Contact
EAU = 10000
The following fields are form the table NewMetalT:
Metal: Gold
MetalWeight: .5
MetalPrice: $10.00
Metal: Copper
MetalWeight: 1.6
MetalPrice: $2.00
The part has two metals that are used for some calculations in other queries. I would Like a Query to look like this.

The Query would need to put as many or as little columns as needed based on the number of metals related to the part.
Thanks,
Conner Owen