Hi,
I got the following "if statement" from "jerryklmns" in this forum for another problem I had (sorry jerry still to thanks you for that) but I need it now for this and it works fine if the "Spine/Band Now" looks like this "302 /01" but sometimes it looks like this: "303Y/02" with a "Y" so instead of getting: "302" I get: "302Y"
Band: IIf(InStr([Spine/Band Now],"/")>0,Left([Spine/Band Now],InStr([Spine/Band Now],"/")-1),[spine/band now])
does anyone know how to git rid of the "Y".
I got the following "if statement" from "jerryklmns" in this forum for another problem I had (sorry jerry still to thanks you for that) but I need it now for this and it works fine if the "Spine/Band Now" looks like this "302 /01" but sometimes it looks like this: "303Y/02" with a "Y" so instead of getting: "302" I get: "302Y"
Band: IIf(InStr([Spine/Band Now],"/")>0,Left([Spine/Band Now],InStr([Spine/Band Now],"/")-1),[spine/band now])
does anyone know how to git rid of the "Y".