B
Brad
Is it possible to query the Access 2007 Sys tables to obtain a list of which
queries are used in which reports?
Thanks,
Brad
queries are used in which reports?
Thanks,
Brad
Brad said:Arvin,
Thanks for your help.
After reading my original question again, I think that I did not explain
what I would like to do very well.
We have lots of Access Reports. All reports use Queries as their record
source.
I would like to be able to obtain a list of all reports and show their
record source (in our case, this would be a query name)
' Search the recordsources of all reports
' for the specified string.
I would like to be able to obtain a list of all reports and show their
record source (in our case, this would be a query name)
Here is a small example -
REPORT Record-Source (Query)
Report001 Query543
Report002 Query847
Report003 Query093
Report004 Query938