I am still having trouble doing this particular task.
I have one table (Table 1) which contains the Surnames and First Names of people in two different fields (Surnames and First Names).
In another table (Table 2) I have one field which contains the field Full Name. What I need to do is when Table 1 is updated with a Surname and First Name I need Table 2 to update with a Full Name.
E.g.
When I creat a record with the
Surname: Jones
First Name: Tom
In Table 1 I need Table 2 to update:
Full Name: Tom Jones
Thanks in advance
I have one table (Table 1) which contains the Surnames and First Names of people in two different fields (Surnames and First Names).
In another table (Table 2) I have one field which contains the field Full Name. What I need to do is when Table 1 is updated with a Surname and First Name I need Table 2 to update with a Full Name.
E.g.
When I creat a record with the
Surname: Jones
First Name: Tom
In Table 1 I need Table 2 to update:
Full Name: Tom Jones
Thanks in advance