G
Guest
I have alist box that i would like to remove some of the table shown
in the Row source i have the following Statement
I will guess i need to add a NOT IN [NAME] some where.
SELECT [Name] FROM MSysObjects WHERE [Type]=5 And Left ([Name],1)<> "~"ORDER
BY [NAME]
Octet
in the Row source i have the following Statement
I will guess i need to add a NOT IN [NAME] some where.
SELECT [Name] FROM MSysObjects WHERE [Type]=5 And Left ([Name],1)<> "~"ORDER
BY [NAME]
Octet