How to list all queries only of a database in a combobox.

Joined
Jul 5, 2005
Messages
22
Reaction score
0
hi guys,

i got idea from other post to list all tables & queries of a database in a combobox with

"SELECT [Name] FROM MSysObjects WHERE [Type] = -32768",

is there way to list all queries only?

many thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top