How do I add Msysobjects table to the Access 2000 query builder?

J

Just Jez

I used it so long ago I've forgotten how I did it and I hope someone can help.

I used Msysobjects table to list the names of reprots, queries and tables in
a list box, so users can use them to create additional reports and queries.
 
M

[MVP] S.Clark

Create a query based on Msysobjects. Filter out the objects by the Type
column.

e.g. Forms = -32768
 
Top