Hello,
I have to fields Field1 and Field2. The table name is called Table1. I'm trying to figure out how to Insert Field1 into the beginning of Field2 with a space in between so it is all one sentence. For example if Field1 is someone's name like "Mark", and Field2 is "is a professor". Trying to combine them to show "Mark is a professor" in Field2. Is there a way to make this in an update query?
Thank You