View Single Post
  #1 (permalink)  
Old 01-14-2010, 09:41 PM
Christopher McGee Christopher McGee is offline
Junior Member
 
Join Date: Jan 2009
Posts: 6
Post Access 2007 Database Select Query

When Conducting an Access Select Query through Automation Anywhere I'm not getting any results when I use the "Like" Expression. But when I conduct the same query in Access I get results.

Below is an Example of my SQL Query.

SELECT Cameras.StoreNumber, Cameras.CameraName, Cameras.SiteName
FROM Cameras
WHERE (((Cameras.SiteName) Like "*TOP 10*"));

Any help is greatly appreciated.

Thanks,
Chris.
Reply With Quote