I am struggling with the following, and have not found any solutions on this forum (a few others with the issue, though).
Any new ideas? I have a Person object; it contains child Address objects. The Address table entries have a foreign key back to the Person. I'd like the Person to have a "PrimaryAddress" attribute. However, this causes problems at insert time, as the Person must know the ID of the primary address object, yet that object must know the ID of the person owning it. Ideas? Thanks, Gary __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
