Re: Related List: Choose an existing record in foreign table



[snip]
As a start, it would be interesting to know of one real world example.

Easy:
A library, where people can lend books. Each person can lend n books,
but each book is either available or lent to one very person.  Now
suppose you want to show the person's lent books in a related list.

OK. Thanks. That seems reasonable.

Though, actually, wouldn't you really want an intermediate table that
showed the time that that book was lent to that person?

You're probably right. As long as the application prevents one book to
be lent to several people I would go with your route.

[snip]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]