Microsoft Access List Box
Hello Community,
I am creating a form with a list box to display the queries in my Access database. The row source for the list box is using some SQL. The code is as follows: SELECT [Name] FROM MSysObjects WHERE [Type]=5 And Left([Name],1)<>"~" ORDER BY [Name]; Can you guys explain what this code means(especially MSysObjects)?
Chad
|