Click to See Complete Forum and Search --> : Doubt in using .Find


TeenC
June 15th, 2005, 03:19 AM
My database has 2 user ids : 'test' and 'TEST'
If I use rst.Find strCriteria where strCriteria = "USERID='TEST'" then Find returns the result with USERID = 'test' since 'test' is the first record and 'TEST' the second record.
Any solution to this ?