Treeview

J

Jedit

Anyone explain how you would display this query in a Treeview form.

SELECT tblPowderbatches.[BATCH#], tblPowdermix.[MI-Batch] AS MIBATCH
FROM tblPowderbatches INNER JOIN tblPowdermix ON tblPowderbatches.MECHT_ID =
tblPowdermix.[NPOW-ID];


What I would like to see, Batch# displayed as the initial node, once the
user has input a batch#, then a branch output for MIBATCH (Branch-1), MIBATCH
is then looked up in BATCH# & again the MIBATCH is output as a sub branch of
the initial branch (Branch-1) & so on etc…..
Parameter inputs on criteria are no good in this instance as critical Batch#
are filtered out.

Struggling like you wouldn’t believe on this task, sometimes you cant see
the woods for the trees, better to ask than keep going round in circles?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top