I have two Tables:
1. PaymentsTbl: has four fields--TruckerID, Name, PaymentDate, Payment Amount.
2. TruckersTbl: has two fields--Name, TruckerID
I want to create a form that updates the PaymentsTbl. In other words, the form would have the same exact fields as the PaymentsTbl. The first field on the form I want to enter data into is "TruckerID". Once I enter the Trucker ID I would like the form to automatically populate the "Name" field, using the data from TruckersTbl.
Can someone please help?
1. PaymentsTbl: has four fields--TruckerID, Name, PaymentDate, Payment Amount.
2. TruckersTbl: has two fields--Name, TruckerID
I want to create a form that updates the PaymentsTbl. In other words, the form would have the same exact fields as the PaymentsTbl. The first field on the form I want to enter data into is "TruckerID". Once I enter the Trucker ID I would like the form to automatically populate the "Name" field, using the data from TruckersTbl.
Can someone please help?