judeastone
Registered User.
- Local time
- Today, 00:23
- Joined
- Apr 2, 2003
- Messages
- 16
hello,
i would like to create a combo box, on a form, which will load *some* of the forms in my database, but unsure how to do it. previously i needed to show reports, and someone said this.. which works, and shows all reports:
SELECT [MSysObjects].[Name] FROM MSysObjects WHERE (Left([Name],1)<>"~") And ([MSysObjects].[Type])=-32764 ORDER BY [MSysObjects].[Name];
i just need some of them, is this possible?
thanks
jude
i would like to create a combo box, on a form, which will load *some* of the forms in my database, but unsure how to do it. previously i needed to show reports, and someone said this.. which works, and shows all reports:
SELECT [MSysObjects].[Name] FROM MSysObjects WHERE (Left([Name],1)<>"~") And ([MSysObjects].[Type])=-32764 ORDER BY [MSysObjects].[Name];
i just need some of them, is this possible?
thanks
jude