what i'm trying to acheive is basically done in 3 stages.
1) I have a select query which displays in a list box.
2) I would then like to use that information from the list box as a recordset to allow me to extract a common data from each record.
3) Based on that extracted data I then want to be able to use those to look up a table and retrive associated data.
Fro example. My select query returns
Drg No, Title, Status - For each record
I want to extract all the Drg Nos from that query.
Then using the drg numbers search through a given table to find a match and then retreive the path for each drg number.
Can anyone suggest the best approach for this as I seem to be making it overly complicated.
thanks in advance
1) I have a select query which displays in a list box.
2) I would then like to use that information from the list box as a recordset to allow me to extract a common data from each record.
3) Based on that extracted data I then want to be able to use those to look up a table and retrive associated data.
Fro example. My select query returns
Drg No, Title, Status - For each record
I want to extract all the Drg Nos from that query.
Then using the drg numbers search through a given table to find a match and then retreive the path for each drg number.
Can anyone suggest the best approach for this as I seem to be making it overly complicated.
thanks in advance