SELECT MSysObjects.Name
FROM MSysObjects
WHERE MSysObjects.Name Not Like "~*"
AND MSysObjects.Type=5
ORDER BY MSysObjects.Name;
The SQL above will get you the list of query names. It excludes queries
starting with ~ as these are used as record sources for forms and reports
which means that they don't show up in the Queries on the database window
Objects Bar.
Once you run the query, you can use Office Links to put it in Word or Excel.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.