Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / December 2005

Tip: Looking for answers? Try searching our database.

Select from List

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Daiv - 28 Dec 2005 21:09 GMT
I am trying to build a query that will return the usernames that are not in a
specific list.   The list is not coming from the same database so I need a
way to compare something like a comma delimited list to a query.

Is there a way to do this sql side?

Thanks.
Sergey Poberezovskiy - 28 Dec 2005 22:01 GMT
You could try something like
Select UserName from MyTable where UserName Not In ('use comma separated
list of user names from other source here')

HTH

> I am trying to build a query that will return the usernames that are not in a
> specific list.   The list is not coming from the same database so I need a
[quoted text clipped - 3 lines]
>
> Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.