Hi All
I am using the following formula to strip out certain characters from a field using MS Excel, containing similar to the following data:
Miss M A Budgett W/T *094169/2
In the next field to the right, I want everying after the * to appear:
=TRIM(REPLACE(D15,1,FIND("*",D15)," "))
Does anyone know what the equivalent code would be so that I can replicate this action in an Access 2010 query?
Many thanks
I am using the following formula to strip out certain characters from a field using MS Excel, containing similar to the following data:
Miss M A Budgett W/T *094169/2
In the next field to the right, I want everying after the * to appear:
=TRIM(REPLACE(D15,1,FIND("*",D15)," "))
Does anyone know what the equivalent code would be so that I can replicate this action in an Access 2010 query?
Many thanks