T
Tinius Olsen
Example:
Form "frmNames" from table "tblName" which has three
fields per record:
1) [First]
2) [Last]
3) [Concatenated]
Form has fields to input the first name and last name into
the table. It also has Text box with following Control
Source:
[First]+" "+[Last]
Need to input this concatenated text from text box into
Field [Concatenated] of same record.
Is this possible and how?
TIA for answer.
Form "frmNames" from table "tblName" which has three
fields per record:
1) [First]
2) [Last]
3) [Concatenated]
Form has fields to input the first name and last name into
the table. It also has Text box with following Control
Source:
[First]+" "+[Last]
Need to input this concatenated text from text box into
Field [Concatenated] of same record.
Is this possible and how?
TIA for answer.