Hi, I am trying to create a value on a form and then write it to a table field. ie. the user inputs first name and last name in two bound fields on a form. This then creates a users full name in a third bound field in the format surname, forename using a control source =[surname] & ", " & [forename]. However I then need to take this and store it into a third field in the relevant table. I know its going to be a simple answer, but i can't quite seem to lay my hands on it.
Thanks
Thanks