Hello.
I sorry about my poor english ;(
I have 2 tables :
TBL1: name = products
Field1: ID_product
Field2: product_Name
Field3: product_description
and so on
TBL1: name = orders
Field1: ID_product
Field2: id_order
Field3: Date_order
Field3: quantity
and so on
The relationship between tables is one(products) to many(orders)
How i can create query that for all row in products
i can see in same row last order (by Date_order)
and not duplication ID_product
I desperate!!!
Please! Please! Please! Help Me!
Thanks.
I sorry about my poor english ;(
I have 2 tables :
TBL1: name = products
Field1: ID_product
Field2: product_Name
Field3: product_description
and so on
TBL1: name = orders
Field1: ID_product
Field2: id_order
Field3: Date_order
Field3: quantity
and so on
The relationship between tables is one(products) to many(orders)
How i can create query that for all row in products
i can see in same row last order (by Date_order)
and not duplication ID_product
I desperate!!!
Please! Please! Please! Help Me!
Thanks.