Hi,
Is there a way to add the description from each item in the below queries to return the description from the properties menu for each item?
Queries:SELECT MSysObjects.Name FROM MsysObjects WHERE (Left$([Name],1)<>"~") AND
(MSysObjects.Type)=5 ORDER BY MSysObjects.Name;Tables:
SELECT...