G
Gill
I have querys based on querys in access, for example when I click a button
final query runs which is based on A Query , and because A query is based on
a B query and so on, I can get desired results in the final query (for
example in a report or form)
My question is, can this be done in code builder ? how to reference all
those queries at run time , like for example first the A query needs to be
resolved and then B query and C query and then finally the result is
displayed in the final query, Thanks
final query runs which is based on A Query , and because A query is based on
a B query and so on, I can get desired results in the final query (for
example in a report or form)
My question is, can this be done in code builder ? how to reference all
those queries at run time , like for example first the A query needs to be
resolved and then B query and C query and then finally the result is
displayed in the final query, Thanks