Query sys tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I query system tables to get a list of which forms and reports in a
certain db contain a specific column/field name? Thanks.
 
You can't query the system tables for this information. In the system table
MSysObjects, you can find the names of all the forms and reports, but not
what fields are used. To do this, you'll have to use code.

Tell me, why do you want to do this? If it's just to find out which forms
and reports are affected by field changes, you should look into a product
called "Find and Replace" by Rick Fisher
(http://www.rickworld.com/download.html). It's shareware, but you get extra
features for the ridiculously low registration fee.

--
--Roger Carlson
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 

Ask a Question

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.

Ask a Question

Back
Top