PC Review


Reply
Thread Tools Rate Thread

Case Sensitive Seek or Find

 
 
Alain Vaillancourt
Guest
Posts: n/a
 
      18th May 2006
How can I do a Case Sensitive Seek or Find in DAO or ADO...

Thanks!


 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      18th May 2006
JET is not case-sensitive, so you will have to use a VBA function that is.

The Find string will be something like this:
strWhere = "StrComp([Field1], ""Text2Match"", 0) = 0"
rs.FindFirst strWhere

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Alain Vaillancourt" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How can I do a Case Sensitive Seek or Find in DAO or ADO...



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IIF, but Case Sensitive mr-tom Microsoft Access Queries 8 25th Mar 2009 05:30 PM
countif function: how to distinguish case/make case sensitive mvwoolner Microsoft Excel Worksheet Functions 3 18th Mar 2009 02:18 PM
.Name case sensitive =?Utf-8?B?Q2lucXVlVGVycmE=?= Microsoft Excel Programming 2 16th Jan 2006 08:57 PM
Case sensitive =?Utf-8?B?SnlvdGk=?= Microsoft Frontpage 2 20th May 2004 08:55 AM
case sensitive Mika Pitkänen Microsoft Access 4 19th Apr 2004 09:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:31 AM.