Querying a table multiple times based on output (1 Viewer)

andreohnona

New member
Local time
Yesterday, 20:25
Joined
Feb 10, 2006
Messages
8
Hi,

I need to run a parameter query in which you enter a product number and the query (a) returns the list of components and (b) then automatically reruns the query for these components. In other words, I enter an input (a product number) the query gives me outputs (component numbers) and then reruns the query with each of these outputs as the input (i.e. I want to know what are the sub-components of these components). This process stops when all the components are raw materials -- this will be easily identifiable.

Does anyone know how to set-up this type of query?

Thanks!

Andre
 

FoFa

Registered User.
Local time
Yesterday, 19:25
Joined
Jan 29, 2003
Messages
3,672
An exploded bill of materials. You need a recursive procedure to do this.
 

Users who are viewing this thread

Top Bottom