A
Ann Scharpf
I'm running Access 2003. I am working on a database for our programmers so
that they can find all code that is affected whenever they change a program.
This "investigation" uses four tables:
MainCode: ExtendedCode
ProgramName
ProgramCode
MainUses <---> ExtCode
ExtUses
XMLPhase1: XMLPhase2:
ProgramName
XMLCode
MainXHTML <---> MainXHTML
ExtXHTML
They want a user to be able to search for a program name and find all the
related records from both sets of tables. If I do the searches independently
for "apple" for example, I get 49 hits on the code query and 15 hits on the
XML query. But, of course, if I try to add the XML to the code query, it
finds all the links mulitple times and I end up with 735 lines in the query
results.
So, I'm trying to figure out if there is a way I can prompt the user one
time for the program name and then somehow pass that string to both queries.
Or is there some other way to link the two queries that I haven't been able
to find?
I hope I've given you enough information. As always, thank you so much for
your help.
that they can find all code that is affected whenever they change a program.
This "investigation" uses four tables:
MainCode: ExtendedCode
ProgramName
ProgramCode
MainUses <---> ExtCode
ExtUses
XMLPhase1: XMLPhase2:
ProgramName
XMLCode
MainXHTML <---> MainXHTML
ExtXHTML
They want a user to be able to search for a program name and find all the
related records from both sets of tables. If I do the searches independently
for "apple" for example, I get 49 hits on the code query and 15 hits on the
XML query. But, of course, if I try to add the XML to the code query, it
finds all the links mulitple times and I end up with 735 lines in the query
results.
So, I'm trying to figure out if there is a way I can prompt the user one
time for the program name and then somehow pass that string to both queries.
Or is there some other way to link the two queries that I haven't been able
to find?
I hope I've given you enough information. As always, thank you so much for
your help.