If i have 3 tables:
personal(id,...)
link(id,addressId,type)
address(addressId,...)
Now when I select all these fields and create a form I get one set of address details but i really want TWO! I can use "field list" in design mode and duplicate address related fields but how would access store them in the database and maintain relationship?
personal(id,...)
link(id,addressId,type)
address(addressId,...)
Now when I select all these fields and create a form I get one set of address details but i really want TWO! I can use "field list" in design mode and duplicate address related fields but how would access store them in the database and maintain relationship?
Last edited: