alexpreyer
14th September 2009, 15:21
I'm working on a new session and have been trying to find a solution for two days now.
Background:
We have a machinery tools session consisting 3 tables:
1. Header (for each tool) - index: toolnr.
2. Toolparts (Parts needed to build the tool) - index: toolpartnr.
3. Partslist - describes which toolparts needed for a tool - Fields (toolnr., toolpartnr., position)
I need a maintain session (multiocc) where I get a list of all toolparts for a special tool. This list I want to maintain. So at the beginning I select a toolnr and based on the toolnr I get shown alle toolparts needed for this tool and can maintain them. Unfortunatelly I need the third table to know which toolparts are needed for the selected tool.
I tried query.extension, but failed. After selecting a toolnr. I need an select statement to get all records from the toolparts-table. But I couldn't get a query.extension run with an selectstatment in.
Hope someone has an idea. Also hope my description shows what I mean.
Thanks
Alex
Background:
We have a machinery tools session consisting 3 tables:
1. Header (for each tool) - index: toolnr.
2. Toolparts (Parts needed to build the tool) - index: toolpartnr.
3. Partslist - describes which toolparts needed for a tool - Fields (toolnr., toolpartnr., position)
I need a maintain session (multiocc) where I get a list of all toolparts for a special tool. This list I want to maintain. So at the beginning I select a toolnr and based on the toolnr I get shown alle toolparts needed for this tool and can maintain them. Unfortunatelly I need the third table to know which toolparts are needed for the selected tool.
I tried query.extension, but failed. After selecting a toolnr. I need an select statement to get all records from the toolparts-table. But I couldn't get a query.extension run with an selectstatment in.
Hope someone has an idea. Also hope my description shows what I mean.
Thanks
Alex