F
Frank Situmorang
Hello,
Anyone canhelp me what is the purpose of this Query?, Is this just to list
all our tables and queries?
SELECT MsysObjects.Name AS [List Of Tables and Queries]
FROM MsysObjects
WHERE (((MsysObjects.Name) Not Like "~*" And (MsysObjects.Name) Not Like
"MSys*") AND ((MsysObjects.Type)=1 Or (MsysObjects.Type)=5))
ORDER BY MsysObjects.Name;
Thanks in advance
Anyone canhelp me what is the purpose of this Query?, Is this just to list
all our tables and queries?
SELECT MsysObjects.Name AS [List Of Tables and Queries]
FROM MsysObjects
WHERE (((MsysObjects.Name) Not Like "~*" And (MsysObjects.Name) Not Like
"MSys*") AND ((MsysObjects.Type)=1 Or (MsysObjects.Type)=5))
ORDER BY MsysObjects.Name;
Thanks in advance