Senin, 06 Maret 2017

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

 

John-
Yes, this is what I need. Thank you vey much. I want to use this list to assign access to the forms to certain users. It's a quick and convenient way for assigning tasks.
Best Regards,
Kevin



发自我的小米手机
在 "John Viescas JohnV@msn.com [MS_Access_Professionals]" <MS_Access_Professionals@yahoogroups.com>,2017年3月6日 18:41写道:

 

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: qingqinga <qingqinga@yahoo.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (3)

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