dohamsg
01-25-2008, 01:46 AM
I use firebird 2.0
I have two tables:
1- Product
with some columns :
ProductID, ProductCode...
2- PriceList
with some columns :
ProductID, Price...
* A Product may have many prices
The user wants to see the Product list with corresponding prices on the same row.
Any idea how to achieve this. Thanks.
I have two tables:
1- Product
with some columns :
ProductID, ProductCode...
2- PriceList
with some columns :
ProductID, Price...
* A Product may have many prices
The user wants to see the Product list with corresponding prices on the same row.
Any idea how to achieve this. Thanks.