Senin, 06 Maret 2017

Re: [MS_AccessPros] Get a list of all form names

 

Kevin-


You don't say what you want to do with the list.  Maybe display it in a List Box?

The simplest thing is to use a query:

SELECT [Name] FROM MSysObjects 
WHERE LEFT([Name], 1) <> "~" and Type = -32768
ORDER BY [Name];

John Viescas, Author
Effective SQL
SQL Queries for Mere Mortals 
Microsoft Access 2010 Inside Out
Microsoft Access 2007 Inside Out
Microsoft Access 2003 Inside Out
Building Microsoft Access Applications 
(Paris, France)




On Mar 6, 2017, at 11:08 AM, 'qingqinga@yahoo.com' qingqinga@yahoo.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com> wrote:



Dear All-
Is it possible to get a list of all form names by running a command button? Thanks in advance.
Best Regards,
Kevin




__._,_.___

Posted by: John Viescas <johnv@msn.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Tidak ada komentar:

Posting Komentar