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 / Database Design / April 2005

Tip: Looking for answers? Try searching our database.

Query syntax

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jannie - 15 Apr 2005 14:36 GMT
Pleasae help.  I have several well names with the same basic name in them -
Palafox but some may be J.B. Palafox, some Palafox, Some Palafox Exploration
and so on.  How can I say in my criteria in my query to pull ALL wells that
have the word Palafox in the name no matter where it is in the name.
SusanV - 15 Apr 2005 14:41 GMT
In the criteria field of the query, enclose the search term in asterisks,
i.e., *Palafox*
If writing SQL, use WHERE [fieldname] LIKE "Palafox" rather than WHERE
[fieldname] = "Palafox"
Signature

hth,
SusanV

> Pleasae help.  I have several well names with the same basic name in
> them -
[quoted text clipped - 3 lines]
> that
> have the word Palafox in the name no matter where it is in the name.
Nikos Yannacopoulos - 15 Apr 2005 14:42 GMT
Jannie,

The criterion should be:

Like "*Palafox*"

HTH,
Nikos

> Pleasae help.  I have several well names with the same basic name in them -
> Palafox but some may be J.B. Palafox, some Palafox, Some Palafox Exploration
> and so on.  How can I say in my criteria in my query to pull ALL wells that
> have the word Palafox in the name no matter where it is in the name.
 
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.