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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Create a query based on Msysobjects. Filter out the objects by the Type
column.

e.g. Forms = -32768
 
Back
Top