We have two tables - Custody Log and Client
We have a form with two fields that has been created from the Custody Log Table. The first field is a textbox where you type in a client number (txtClntNum), the other is the Client Field.
We want txtClntNum_AfterUpdate() sub to get the corresponding client name from the client table, and automatically insert the client name in the client field of my form.
Thanks.
We have a form with two fields that has been created from the Custody Log Table. The first field is a textbox where you type in a client number (txtClntNum), the other is the Client Field.
We want txtClntNum_AfterUpdate() sub to get the corresponding client name from the client table, and automatically insert the client name in the client field of my form.
Thanks.