The last two characters in some records in my table are digits (00, 01 …etc), preceded by a space, while in others they are part of complete words. I want to be able to remove the digits – can I do this in a query?
I have tried jnl/conf: IIf(Left([Meeting],Len([Meeting])-3)=” “,”OK”,[Meeting]) – this leaves the records I don’t want to change intact, but also does not return ‘OK’ for those I do want to change.
What am I doing wrong?
Thanks!
Kiwi44