Hi there, Looking for advice as to the correct method of solving this design issue
I have a table for a profile / record (tblProfile), each profile can have more than one address / property (tblProp)
I have a form for adding a profile, and a seperate form to add an address.
What would be the correct method for allowing the selection of one an address as a contact address? Would it be advisable to use a third table to store the user ID and contact address ID, or use a field in tblProp. What type of form design would be needed?
I imagine this is pretty basic database design / theory, but im having a bit of difficulty figuring this out.
Thanks in advance for any help any one may be able to provide
Cheers Noel