I was given some help a while vack by "Raskew",but unfortunately Iam still having a problem with this.
I have a column,with single alpha characters in upper and lower case,eg:
"W" "w","P" "p" etc.
I need to be able to extract data using say just the lower case "w" and change it to a different letter,for easier id.
I have tried using:
Iif(Asc(left([columnname],1))=115,1,0)
That should find"M" (Asc115) but it still finds both cases
Obviously i am missing the point somewhere,and any help would be appreciated
Regards
Captnk
I have a column,with single alpha characters in upper and lower case,eg:
"W" "w","P" "p" etc.
I need to be able to extract data using say just the lower case "w" and change it to a different letter,for easier id.
I have tried using:
Iif(Asc(left([columnname],1))=115,1,0)
That should find"M" (Asc115) but it still finds both cases
Obviously i am missing the point somewhere,and any help would be appreciated
Regards
Captnk