S
SeRene
Hi, I need to list all the queries which i want to see on
a listbox. How can i do it?
I only have codes which allow me to display ALL the
queries found in my database.
Here is 1 of them... Row Source ---> SELECT
MSysObjects.Name FROM MSysObjects WHERE MSysObjects.Name
Not Like
"~sq*" AND MSysObjects.Type=5
Can some1 tell me how i can manipulate the above codes to
list only the queries i want to appear in a listbox?
Thanks!
a listbox. How can i do it?
I only have codes which allow me to display ALL the
queries found in my database.
Here is 1 of them... Row Source ---> SELECT
MSysObjects.Name FROM MSysObjects WHERE MSysObjects.Name
Not Like
"~sq*" AND MSysObjects.Type=5
Can some1 tell me how i can manipulate the above codes to
list only the queries i want to appear in a listbox?
Thanks!