Page 1 of 1

Incorrect circular references?

Posted: 2016-05-29 22:11
by DevGiu
Hi,

I have 2 tables.

Table A. Address
id
name
FKcustomer

Table B Customer
id
name
defaultAddress (tbableA id)

Only way to set Address as child of Customer is to lookup FKcustomer to Customer, but then, I can set lookup on default address because circular reference.

Some idea?

Re: Incorrect circular references?

Posted: 2016-06-06 09:00
by DevGiu
Nevermind about this, I forgot to update this post. Was my fault with a bad database design. Remember to stop working after 12 hours