I have a field which contains data separated by commas and I would like to pull the first three data elements and disregard the rest. For example:
The field contains Mike, John, Susan, James, Michael, James, Carol.
I would like to pull Mike, John and Susan placing them in there own fields. I am using Access 2016 and I have tried using the Instr command, but was only able to pull the first and second data elements.
Thanks