G
Guest
I imported queries from an Access 97 database into a blank Access 2003
database and wanted to ensure that all the queries were imported. When I
referenced the QueryDef.Count property in each database (97 and 2003) I got a
number greater than the number of queries that I counted in the database
window. I wrote code to export the names of all the queries to a table and
some queries with names such as "~sq_rWorkOrder" were in the list and counted
in the Count property. What are these queries that effect the count property
but don't appear in the database window even if options are set to show
hidden and system objects?
database and wanted to ensure that all the queries were imported. When I
referenced the QueryDef.Count property in each database (97 and 2003) I got a
number greater than the number of queries that I counted in the database
window. I wrote code to export the names of all the queries to a table and
some queries with names such as "~sq_rWorkOrder" were in the list and counted
in the Count property. What are these queries that effect the count property
but don't appear in the database window even if options are set to show
hidden and system objects?