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.
 
Back
Top