Combining values from two fields into a third

Combining values from two fields into a third

I have a field called firstname and a field called surname. I want to set up a third field (called fullname) that combines the two. What is the exact syntax I need?

This seems as if it should be very easy, but I cannot get anything to work, and theres no documentation I can find to help.