D
Doug
Using Access 2002
How can I copy text entered in one field to another field
in the same table? I have two fields, one called
ClientFormalName and the other is ClientName. When an end
user types in the Client Formal Name, and tabs to the
next field, Client Name, if the ClientName field is null,
I want to copy the text from ClientFormalName into
ClientName. This would eliminate duplicate typing of the
name, but also allow the end user to edit the Client Name
if it is different. I've searched and can only find code
related to records, not fields.
How can I copy text entered in one field to another field
in the same table? I have two fields, one called
ClientFormalName and the other is ClientName. When an end
user types in the Client Formal Name, and tabs to the
next field, Client Name, if the ClientName field is null,
I want to copy the text from ClientFormalName into
ClientName. This would eliminate duplicate typing of the
name, but also allow the end user to edit the Client Name
if it is different. I've searched and can only find code
related to records, not fields.