Re: How to list all queries only of a database in a combobox.
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Mon, 11 Jul 2005 22:50:26 +0800
Type -32768 will give you the forms. Try type 5.
Hint: you could find this out for yourself if you change the WHERE clause to
the name of a query, and see what Type it is.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"xpengi" <xpengi.1s0eo0@> wrote in message
news:VLadnfYjpo-UHk_fRVn_vg@xxxxxxxxxxxxxxx
>
> 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.
>
>
> --
> xpengiPosted from http://www.pcreview.co.uk/ newsgroup access
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: Combination Data
- Next by Date: Re: Enter user name, enter password, then press enter...
- Previous by thread: How to list all queries only of a database in a combobox.
- Next by thread: Re: How to list all queries only of a database in a combobox.
- Index(es):
Relevant Pages
|