s***Note - don't play around in the MSysobjects Table * I'm Guessing they indicate whether the object is hidden or not? (note that I'm have the values of MSysObjects.Type, I'm looking for **MSysObjects.Flags).
So far I'm guessing:
Flag FlagDescription
-2147483648 SystemStuff
-2147287040 SystemStuff
-2146828288 SystemStuff
0 Visible Object
3 Query for a form
8 Query
10 Table - System?
16 Query - Crosstab Visible
24 Query - Crosstab Hidden
40 Delete Query
136 Union Query
Note that I'm using the field to generate a combo boxes with a list of Queries and Reports that are Visible so end users can select and use them.