G
Guest
Is there a query function that will split/cut a text field at the first blank space? For example, I have a complete name field: "DOE JOHN J." that I want to convert to last name only "DOE". Left() obviously doesn't work because the names in the column are different lengths.