I have two tables and one form.
Table Form
1. tblCustomerOrderLog -- frmCOL (it is datasheet view).
2. tblCustomer has fields, CODE, PaymentTerms ...
On the frmCOL, I put CODE and PaymentTerms to display data.
CODE field is a combo box that I can choose the customer code.
My question is,
If I choose the CODE, I want PaymentTerms field display automatically as long as data in it.
I appreciate your help.
Table Form
1. tblCustomerOrderLog -- frmCOL (it is datasheet view).
2. tblCustomer has fields, CODE, PaymentTerms ...
On the frmCOL, I put CODE and PaymentTerms to display data.
CODE field is a combo box that I can choose the customer code.
My question is,
If I choose the CODE, I want PaymentTerms field display automatically as long as data in it.
I appreciate your help.