Hello, I created an update query to a text field in a table. However, it inserts the data at the end of the string and I need to insert it at the beginning of the string that already exists. How do I move it to the front instead of the end? 
This works but puts it at the end:
[Field Name] & "BlahBlah"
This works but puts it at the end:
[Field Name] & "BlahBlah"