I have a form using name, address, phone, etc. from Customer table and job details from Jobs table. The Jobs table also has address, phone, etc. There are instances when the address, phone, etc., are the same on the Customer table as on the Jobs table. I want a control (button, check box or radio button) that when clicked, will copy the address, phone, etc. from Customer table to Jobs table. Please help.