As a user enters a persons frmCust.FirstName and frmCust.LastName I want to combine them together so that when the record is written to the database a third field is created for the record. The third field is called tblCust.CusKey
The result I want should be:
tblCust.CusKey tblCust.LastName tblCust.FirstName
JonesBob Jones Bob
The result I want should be:
tblCust.CusKey tblCust.LastName tblCust.FirstName
JonesBob Jones Bob