PC Review


Reply
Thread Tools Rate Thread

Case sensitive password

 
 
Don
Guest
Posts: n/a
 
      17th Jan 2008
I have a assigned a password format to a field in a table I've created. How
can I make this field case sensitive?

Thanks.
--
Don Rountree
 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      17th Jan 2008
Not easily. Realistically, Access isn't case-sensitive.

If you're saying that you want to have a case-sensitive SELECT statement,
you can use the StrComp function:

SELECT Field1, Field2
FROM MyTable
WHERE StrComp(Password, "MiXeDCaSe") = 0

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Don" <(E-Mail Removed)> wrote in message
news:6FE3CE63-0CF5-4C88-BC27-(E-Mail Removed)...
>I have a assigned a password format to a field in a table I've created.
>How
> can I make this field case sensitive?
>
> Thanks.
> --
> Don Rountree



 
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
countif function: how to distinguish case/make case sensitive mvwoolner Microsoft Excel Worksheet Functions 3 18th Mar 2009 02:18 PM
Making a Text Field Case-Sensitive (Password) =?Utf-8?B?U3JlZWRoYXI=?= Microsoft Access VBA Modules 4 2nd Feb 2007 04:36 AM
Case sensitive username/password nemo Microsoft ASP .NET 4 21st Apr 2006 08:54 PM
case sensitive ksnapp Microsoft Excel Programming 3 27th Mar 2004 01:35 AM
Case-sensitive WHERE UPass='PassWoRD' A Ratcliffe Microsoft Access 2 3rd Sep 2003 02:46 PM


Features
 

Advertising
 

Newsgroups
 


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