Hi,
I need to select the text from the right of the last comma and insert the column of the result into the existing table.
The only issue is the last comma isn't always in the same position. It can be the 9 or 10th character of the string.
Help![]()
Hi,
I need to select the text from the right of the last comma and insert the column of the result into the existing table.
The only issue is the last comma isn't always in the same position. It can be the 9 or 10th character of the string.
Help![]()
Last edited by Seraphina; 06-28-2018 at 04:51 PM. Reason: spelling
And use that within the Mid() function:
https://www.techonthenet.com/access/...string/mid.php