Karsten Weinert wrote: > Extending the question asked a few days ago, how can I handle 1:[1,0] > relationships? > Assume I have a master table with some information and a details table > that may or may not > have optional info, but at most one row. > > ... > Do you have another suggestion on how to handle this situation? > > Kind regards, > Karsten. >
Always add a detail record, regardless if you need it or not. That's how i'm using 1:1 relations on the same form. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
