I have a data entry form called clients.
I have text fields First Name, Surname, Contact Name
I want the contact name fields to be a combination of the first name & surname field.
I have code in afterupdate to say = me.first name & " " & me.surname
when the form has been completed it add the data, but there is no data in the contact name field
any help on this matter
should i also have a save button on the form !!