Using the exporting method of tables and queries
SELECT MSysObjects.Name
FROM MSysObjects
WHERE (((MSysObjects.Type)=5));
Im seeing various named items that don't show up on the access objects even with all navigation unhidden.
For example:
Table Name MSysObjects MSysACEs MSysQueries MSysRelationships MSysComplexColumns MSysComplexType_UnsignedByte MSysComplexType_Short MSysComplexType_Long MSysComplexType_IEEESingle MSysComplexType_IEEEDouble MSysComplexType_GUID MSysComplexType_Decimal MSysComplexType_Text MSysComplexType_Attachment
Queries
Query5 Name ~TMPCLP278681
Name ~sq_cDiabetes CDC~sq_cCTRL#_cbo
Why is this and what are these items?
Thanks
SELECT MSysObjects.Name
FROM MSysObjects
WHERE (((MSysObjects.Type)=5));
Im seeing various named items that don't show up on the access objects even with all navigation unhidden.
For example:
Table Name MSysObjects MSysACEs MSysQueries MSysRelationships MSysComplexColumns MSysComplexType_UnsignedByte MSysComplexType_Short MSysComplexType_Long MSysComplexType_IEEESingle MSysComplexType_IEEEDouble MSysComplexType_GUID MSysComplexType_Decimal MSysComplexType_Text MSysComplexType_Attachment
Queries
Query5 Name ~TMPCLP278681
Name ~sq_cDiabetes CDC~sq_cCTRL#_cbo
Why is this and what are these items?
Thanks