G
Guest
Our business uses Client Codes to identify clients and to derive Project
Codes. The Client Code consists of the first three letters of the client's
last name, and the first three digits of the client's street address. For
example, Richard Thompson, who lives at 1313 Mockingbird Lane would have a
Client Code of THO131, and a Project Code of THO131-xxxx. I'd like to enter
this formula:
Client Code: UCase(Left([Last Name],3)) & Left([Address],3)
in the Default Value field, but, Access won't allow it. It works well in a
Query, but I want the value to be calculated automatically once the Last Name
and Address fields have been filled in.
I've searched and read a few posts about the problems associated with
storing derived values, but, I don't think it's going to be an issue in this
case.
Thanks in advance.
Codes. The Client Code consists of the first three letters of the client's
last name, and the first three digits of the client's street address. For
example, Richard Thompson, who lives at 1313 Mockingbird Lane would have a
Client Code of THO131, and a Project Code of THO131-xxxx. I'd like to enter
this formula:
Client Code: UCase(Left([Last Name],3)) & Left([Address],3)
in the Default Value field, but, Access won't allow it. It works well in a
Query, but I want the value to be calculated automatically once the Last Name
and Address fields have been filled in.
I've searched and read a few posts about the problems associated with
storing derived values, but, I don't think it's going to be an issue in this
case.
Thanks in advance.