V
Vics
Hello
I'm looking to create a querey that will take mulitple records from a table
and put them in 1 record in my query
For example, Lets say I have 2 tables, one with orders and order details,
these tables have a 1 to many relationship.
The first order has 3 items on it
so there is 1 record in the orders table and 3 related records in the order
details, in my query i would like 1 record with the order number and either
an extra column for each order item, or 1 field with multipule values in it
I'm not even sure if you can do it, I've been trying to figure it out for
while, if any one has any ideas that would be great
Thanks
Vic
I'm looking to create a querey that will take mulitple records from a table
and put them in 1 record in my query
For example, Lets say I have 2 tables, one with orders and order details,
these tables have a 1 to many relationship.
The first order has 3 items on it
so there is 1 record in the orders table and 3 related records in the order
details, in my query i would like 1 record with the order number and either
an extra column for each order item, or 1 field with multipule values in it
I'm not even sure if you can do it, I've been trying to figure it out for
while, if any one has any ideas that would be great
Thanks
Vic