Jamie has attended:
Access Intermediate course
Access Advanced course
Access VBA course
Query using Mysysqueries and/or Mysysobjects
What query statement using Mysysqueries and/or Mysysobjects could be used to list all action queries in a database together with their type ('append', 'update', etc.) and the main table(s) on which the action is carried out?
- Thanks
RE: Query using Mysysqueries and/or Mysysobjects
Hi Jamie, thanks for your query. Some information about using the MSysObjects table can be found here:
http://www.perfectparadigm.com/tip001.html
...but personally I would write a quick subroutine to loop through the querydefs, pull out the required info and then write to a table or text file. It all depends on the situation, however!
Hope this helps,
Anthony