Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT MSysObjects.Name, MSysObjects.Type
FROM MSysObjects
WHERE (((MSysObjects.Name) Not Like "MSys*") AND ((MSysObjects.Type)=1))
WITH OWNERACCESS OPTION;
[/code
And ADD the Conditionals! Your attempt lists ALL objects, nit just the tables, AND, it includes the system tables which are not generally considered to be part of the db.
MichaelRed
m.red@att.net
Searching for employment in all the wrong places