I have a text field that have a few records with a consistent string at the end, i.e. "....... Disk 1 of 4" or "...... Disk 1 of 3"
Characters before the "Disk 1 of #" varies so the Left function will not work
Thought of using "Mid", but don't think that will work either ?
I would like to remove the " of 3" from each text string so that the end result only has "....... Disk 1"
Thanks in advance for your assistance !!
Characters before the "Disk 1 of #" varies so the Left function will not work
Thought of using "Mid", but don't think that will work either ?
I would like to remove the " of 3" from each text string so that the end result only has "....... Disk 1"
Thanks in advance for your assistance !!