Good afternoon:
I am trying to write a query that will slurp out the middle name from a field "Name" in table "tbl_Name."
The field is presently in the format:
Last, First MI (if any) or
Smith, Bob C
There is always that comma then space then firstname then space.
I am grateful for any guidance. Came up with a good VBA solution thanks to some assitance but I am very hopeful of a query that can handle this.
THANKS!!
I am trying to write a query that will slurp out the middle name from a field "Name" in table "tbl_Name."
The field is presently in the format:
Last, First MI (if any) or
Smith, Bob C
There is always that comma then space then firstname then space.
I am grateful for any guidance. Came up with a good VBA solution thanks to some assitance but I am very hopeful of a query that can handle this.
THANKS!!