T
Trauton
Hi,
I am creating a form the will have these controls: CustomerCode,
CustomerName and CustomerAddress. When a new record is created we will type
in CustomerCode ( which will be stored in tblA), after I tab away from the
CustomerCode Control, I want the Customer Name and CustomerAddress fields the
form to be populated with the information from tblB using the information
from the CustomerCode control that I just typed. tblB contains the
CustomerCode, CustomerName and CustomerAddress fields. I just want to display
them in this form if a match is found.
I think I need to do this with an After Update event in the CustomerCode
field, but I would appreciate helping figuring out how.
Thank you!!
Trauton
I am creating a form the will have these controls: CustomerCode,
CustomerName and CustomerAddress. When a new record is created we will type
in CustomerCode ( which will be stored in tblA), after I tab away from the
CustomerCode Control, I want the Customer Name and CustomerAddress fields the
form to be populated with the information from tblB using the information
from the CustomerCode control that I just typed. tblB contains the
CustomerCode, CustomerName and CustomerAddress fields. I just want to display
them in this form if a match is found.
I think I need to do this with an After Update event in the CustomerCode
field, but I would appreciate helping figuring out how.
Thank you!!
Trauton