Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm having a bit of difficulty running a basic SQL query using excel. I'm
connected to a Microsoft Access. Here is the SQL I am using: SELECT count(*) FROM 3_REPORT WHERE CallType = 3 AND PartyIDName Like '*fax*'; If I run this SQL inside Access it will run just fine and return the count of rows just like I want. However, when I put it into the excel VBA it returns "0" as the row count, but I know there are 192 rows. Is there a problem with the "Like" clause and the VBA? It doesn't seem to matter what text I put in the "like clause" it always returns zero, even when I know there should be rows returned. I'm not sure where to go from here. Any help will be appreciated. Thanks. -- Rone |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Basic Filters Problem | Setting up and Configuration of Excel | |||
Formatting problem with basic excel sheet | New Users to Excel | |||
Basic problem with EXCEL 2002 | Excel Discussion (Misc queries) | |||
Basic Excel macro problem with outlook | Excel Programming | |||
Stopping Excel after running visual basic in Access | Excel Programming |