In table weekly- field names are jobno, companyno, companyna and etc. In table Job - weekly can find the jobno field, but I also want it to find the companyno from the same record that the jobno comes from. Then I want it to take that company number and find it in the related customer table and put that company name in the weekly table. <br>
<br>
The tables job, customer, and weekly are related. (joined)?<br>
I want it to drop the information from the job and customer table into the weekly table. Kind of a look-up funtion that will become the data for that particular field.
<br>
The tables job, customer, and weekly are related. (joined)?<br>
I want it to drop the information from the job and customer table into the weekly table. Kind of a look-up funtion that will become the data for that particular field.