K Ken Snell [MVP] Mar 5, 2005 #2 Assuming that what you posted is the syntax you now have, try an update query like this: UPDATE TableName SET = Left([Email], InStr([Email], "#") - 1) WHERE InStr([Email], "#") > 0;
Assuming that what you posted is the syntax you now have, try an update query like this: UPDATE TableName SET = Left([Email], InStr([Email], "#") - 1) WHERE InStr([Email], "#") > 0;