A
Andrew Wilkins
Hi.
I have a form which allows the user to add records to my database. All of
the records are shown as text boxes on the form. Two of the fields are
'FirstName' and 'LastName'. Each field has a corresponding textbox on the
form (called 'txtFirstName' and 'txtLastName') so the user can type in the
names. I have also set up a third textbox which contains the expression
'=txtFirstName + " " + txtLastName'. This concatenates the contents of the
two text boxes. The trouble is I want this concatenated string to be added
into my table into the field 'FullName'.
Is this possible? How would it be done? I am an Access novice and so I have
no idea!
I have a form which allows the user to add records to my database. All of
the records are shown as text boxes on the form. Two of the fields are
'FirstName' and 'LastName'. Each field has a corresponding textbox on the
form (called 'txtFirstName' and 'txtLastName') so the user can type in the
names. I have also set up a third textbox which contains the expression
'=txtFirstName + " " + txtLastName'. This concatenates the contents of the
two text boxes. The trouble is I want this concatenated string to be added
into my table into the field 'FullName'.
Is this possible? How would it be done? I am an Access novice and so I have
no idea!