Okay so this will be kinda hard to explain but I'll try anyway.
I am making a form for my customers to order products and on it they need their own address and their shipping address i.e the address they want to their products to be delivered from. Their owen address is stored on tblCustomer and their shipping address is stored on tblShip (figured it would be easier to make a separate table). On tblShip their is a relationship for the customer ID that when selected should pick the correct shipping address but on the form for some reason it changes the customer's own address and not their shipping address. Thanks for the help.
I am making a form for my customers to order products and on it they need their own address and their shipping address i.e the address they want to their products to be delivered from. Their owen address is stored on tblCustomer and their shipping address is stored on tblShip (figured it would be easier to make a separate table). On tblShip their is a relationship for the customer ID that when selected should pick the correct shipping address but on the form for some reason it changes the customer's own address and not their shipping address. Thanks for the help.