Noboo
|
| Posted: 06/20/2005, 7:29 AM |
|
Hello guys.
My question seems so simple, but haven't found a solution yet...
Lets make a setup of 2 tables, "products" and "properties". One product only can have One propertie, but can choose from many, depending on the product itself (so there is a third table relating which products can have which properties). OK?
Then I want to make an editable grid, showing all the products, with a listbox showing all the posible properties for that product. Thus, every listbox doesn't show every properties on every rows.
I want to force Codecharge to do a Select for each listbox (each row) and then include in the WHERE clause the "IdProduct" value of a given row.
Any help over there?
|
|
|
 |
|