G
Guest
As a user enters a persons frmCustomer.FirstName and frmCustomer.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
tblCustomer.CusKey
The result I want should be:
tblCustomer.CusKey tblCustomer.LastName tblCustomer.FirstName
JonesBob Jones Bob
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
tblCustomer.CusKey
The result I want should be:
tblCustomer.CusKey tblCustomer.LastName tblCustomer.FirstName
JonesBob Jones Bob