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 / Queries / July 2006

Tip: Looking for answers? Try searching our database.

retrieve records for "and" and "or" scenerios

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John C. - 24 Jul 2006 22:27 GMT
I need a query that will retrieve records if 'r' appears in any one of two
fields.  If field #1 has 'r' and field #2 does not, I want to return that
record.  
Also if field #2 has 'r' and field #1 does not, I want to return that record
as well as if both field have a 'r'.  Any ideas?
OfficeDev18 - 24 Jul 2006 22:51 GMT
John,

Ignore the 'and', since 'or' will work. Hence,

WHERE (Field1 = "r") or (Field2 = "r")

Hope this helps,

Sam

>I need a query that will retrieve records if 'r' appears in any one of two
>fields.  If field #1 has 'r' and field #2 does not, I want to return that
>record.  
>Also if field #2 has 'r' and field #1 does not, I want to return that record
>as well as if both field have a 'r'.  Any ideas?

Signature

Sam

 
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.