C
Colin Gordon
Part 1:
This is not a corrupted DB question! I would like to know what this object
is and, if it's a table, what it contains. Is it a table? If it is a table,
why does it not show when you set view options to show system and hidden
objects? If it is a table, why does running a query to select * from it shut
down Access?
Part 2:
What I want to achieve is to be able to list table, query and report objects
in a database. I can do this simply using MSysObjects and name/type columns
(table=1, query=5, report=-32764). But I want more: I want to be able to say
that REPORT1 is based on QUERY1 which uses TABLE1 and TABLE2. So I need to
find information in system tables that links TABLE1 and TABLE2 to QUERY1,
and information that links QUERY1 to REPORT1. Can this be done? Thanks for
any help offered.
This is not a corrupted DB question! I would like to know what this object
is and, if it's a table, what it contains. Is it a table? If it is a table,
why does it not show when you set view options to show system and hidden
objects? If it is a table, why does running a query to select * from it shut
down Access?
Part 2:
What I want to achieve is to be able to list table, query and report objects
in a database. I can do this simply using MSysObjects and name/type columns
(table=1, query=5, report=-32764). But I want more: I want to be able to say
that REPORT1 is based on QUERY1 which uses TABLE1 and TABLE2. So I need to
find information in system tables that links TABLE1 and TABLE2 to QUERY1,
and information that links QUERY1 to REPORT1. Can this be done? Thanks for
any help offered.