Finally figured out that this will parse the first word of a string and not throw the error message.
Org: IIf(InStr([Organization]," "),Left([Organization],InStr([Organization]," ")-1),[Organization])
Going to see if MajP's suggestion applies to me. But not tonight.