G
Guest
I am trying to write my own program (from within an Access form) that will
print out a simple listing of all the objects in an Access database. I am
using the .OpenSchema(adSchemaTables) feature. However, I am discovering
that if a query is anything but a SELECT query (the TABLE_TYPE is "VIEW" for
these kinds of queries), that the RecordSet returned from the OpenSchema does
not show me those other types of queries. For example, I have an .MDB with
35 queries, but the RecordSet only shows me 5 of those queries. What am I
doing wrong?
- Thanks,
JRD
print out a simple listing of all the objects in an Access database. I am
using the .OpenSchema(adSchemaTables) feature. However, I am discovering
that if a query is anything but a SELECT query (the TABLE_TYPE is "VIEW" for
these kinds of queries), that the RecordSet returned from the OpenSchema does
not show me those other types of queries. For example, I have an .MDB with
35 queries, but the RecordSet only shows me 5 of those queries. What am I
doing wrong?
- Thanks,
JRD