I have (amongst others) two tables called supplier and contacts. Each supplier can have many contacts within it. Most contacts, but not all will have the same address as the supplier so how can I automatically populate the address fields of the contact with supplier address information, so users only need to overttype the information if it differs from the main address. (I have a form with suppliers and a sub form for contacts). I have tried typing =[tblSuppliers]![SupAddress] in the default value properties box of the equivalent Address field in the contact field shown in the sub form, but all I get is #name? so I am obviously not doing something right. The tables are linking as the correct supplier number is shown in the supplierID field in the contacts subform.
I would appreciate any help with this. I do have some limited VBA experience if it is easier to do this in code. Many thanks
I would appreciate any help with this. I do have some limited VBA experience if it is easier to do this in code. Many thanks