I have been continuing to try and solve this myself and found another post a couple of years old which mentions an update query. I have adapted this, (I think) to reflect my table and just two of the address fields, but I dont know which event in the sub form I need to enter it into. The code I have amended is as follows with Suppliers being the intial data being input and the contact having the option to use this as the default value. If I am on the wrong track, please let me know as I would be grateful for any advice I can get.
UPDATE tblcontacts INNER JOIN tblsuppliers ON tblcontacts.supplierID = tblsuppliers.supplierID SET tblcontacts.contAddress1 =
[tblsuppliers].[supAddress], tblcontacts.ContAddress2 = [tblsuppliers].[SupAddress1];
Last edited by rosebud; 7th Dec 2010 at 06:13 PM..
Reason: coding came up instead of text
|