C
Colin Gordon
I have a form that, when a button is pressed, either lists all reports or
queries within my database in a combo box. If a report name is selected I
want to be able to display in a list box the underlying query (name); if a
query is selected I want to be able to display all reports (names)that may
use the selected query in the list box. I've been banging my head against my
desk for over a week now trying to figure this out (using report/query
objects etc.) and then thought I'd cracked it with containers (except that
objects need to be open for them to be in the container, which is
unacceptable for my purposes). Does anyone know how this can be done?
Ideally (if it can be done) I'd like to take this further and be able to
list tables used in a query too. All help/suggestions gratefully received
with thanks!
queries within my database in a combo box. If a report name is selected I
want to be able to display in a list box the underlying query (name); if a
query is selected I want to be able to display all reports (names)that may
use the selected query in the list box. I've been banging my head against my
desk for over a week now trying to figure this out (using report/query
objects etc.) and then thought I'd cracked it with containers (except that
objects need to be open for them to be in the container, which is
unacceptable for my purposes). Does anyone know how this can be done?
Ideally (if it can be done) I'd like to take this further and be able to
list tables used in a query too. All help/suggestions gratefully received
with thanks!