I got an error which Highlighted "Left"
if left(txtbox)
Check out the Left function. Your syntax is incomplete.
I don't think what you're trying to do is possible. Multi value fields look like the values are in one field, but in fact they are not. They are stored in hidden system tables in a manner that resembles normal table relationships anyway, with the downside that you can't see them. Thus I don't see any string function (such as Left) ever working. About the only way I've ever been able to separate them is to use the .Value property of a MVF in a query, and that was only for testing.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.