Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm calling an Access DB from Excel, and on some queries, I want to use LIKE. But I always get an empty recordset, even if there are matching records! The query looks like this:
SELECT * FROM Person WHERE [Name] LIKE 'Gu*' ORDER BY [Name] Is there anything wrong with this query? If I write out the full name (LIKE 'Gustaf') I get a matching record. Gustaf |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try LIKE 'Gu%'
RBS "Gustaf" wrote in message ... I'm calling an Access DB from Excel, and on some queries, I want to use LIKE. But I always get an empty recordset, even if there are matching records! The query looks like this: SELECT * FROM Person WHERE [Name] LIKE 'Gu*' ORDER BY [Name] Is there anything wrong with this query? If I write out the full name (LIKE 'Gustaf') I get a matching record. Gustaf |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
RB Smissaert wrote:
Try LIKE 'Gu%' It worked! Thank you! Gustaf |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to update a column in a work based on another work sheet | New Users to Excel | |||
HOW TO MAKE A LIST OF WORK SHEET IN WORK BOOK IN EXCEL 2007 | Excel Programming | |||
If I have a work sheet protected and try to run a macro to hide rows or columns it won't work. Correct? | Excel Programming | |||
Counting dates in multiple work sheets and work books | Excel Discussion (Misc queries) | |||
Is there away to keep "auto save" from jumping to the first work sheet in the work book? | New Users to Excel |