I'm sorry to ask this but.......
I have an Oracle select statement that uses the "where" parameter
where Translate(upper(login),'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','CCCCCCCCCCCCCCCCCCCCCCCCCCNNNNNNNNNN') like 'CCNNCCN%'
This is intended to match the upper-case value of the 'login' to a pattern matching 'CCNNCCN%' where C=chars and N=numbers.
Does Access' SQL make this possible? How do I translate this statement to Access?
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
I have an Oracle select statement that uses the "where" parameter
where Translate(upper(login),'ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789','CCCCCCCCCCCCCCCCCCCCCCCCCCNNNNNNNNNN') like 'CCNNCCN%'
This is intended to match the upper-case value of the 'login' to a pattern matching 'CCNNCCN%' where C=chars and N=numbers.
Does Access' SQL make this possible? How do I translate this statement to Access?
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.