I get the error below when using this. Split([GV_File_Name],' ',CompareMethod);
I got the first part to work where I now have the GV_File_Name to propagate with just the substring. GV_File_Name=Michael Weingand 5401
Now I need to get the value before the first {space} to propagate the field First Name, then after the second {space} the field for Last Name and so forth. Suggestions please?