Thanks for responding.
I am trying to document an existing Access system (tables, queries, forms, reports, modules ...). I was able to get all the query names and their sql statements via ...QueryDefs.Name and QueryDefs.sql.
Now I am trying to get all the functions and procedures names and...