Danny Clarke
Registered User.
- Local time
- Today, 21:45
- Joined
- Feb 17, 2000
- Messages
- 16
I'm trying to write a sort of 'quality control' module which looks for mis-typed data in some text fields and corrects it. I'm assuming I want to use wildcard characters in my criteria expression but I can't seem to get the &%**!##* things to work...
The expression I'm using is as below:
strCriteria = "[Field 1] = 'I cannot ty*'"
Followed a little later on by:
rst.FindFirst strCriteria
I've also tried strCriteria="blah... cannot ty'*" and strCriteria="blah... cannot ty'"*
Please help me!
[This message has been edited by Danny Clarke (edited 03-08-2000).]
The expression I'm using is as below:
strCriteria = "[Field 1] = 'I cannot ty*'"
Followed a little later on by:
rst.FindFirst strCriteria
I've also tried strCriteria="blah... cannot ty'*" and strCriteria="blah... cannot ty'"*
Please help me!
[This message has been edited by Danny Clarke (edited 03-08-2000).]