Hi,
I'm working on a db for an Art Bank and I want to create a "Loan History" field. This would track every loan an artwork would have. The user could add the name of the client that loaned an artwork and the date it was loaned, then add additional names if it was loaned again and it would be sorted by date. For example, John Smith loans an artwork on June 2001, we enter his name and the date. Billy Bob loans the same artwork on august 2002, we add his name to the same field and we now see two rows in the field and the new name is on the top. I'm pretty sure this would require the use of portals, but I tried and it doesn't work!!
The way I have it now is: I have the main "Artworks" db and a "Loan History" db. Every record in "Artworks" has an Artwork_ID. But I'm not sure how to do the relation with the two. Is portals the way to go?
I'm working on a db for an Art Bank and I want to create a "Loan History" field. This would track every loan an artwork would have. The user could add the name of the client that loaned an artwork and the date it was loaned, then add additional names if it was loaned again and it would be sorted by date. For example, John Smith loans an artwork on June 2001, we enter his name and the date. Billy Bob loans the same artwork on august 2002, we add his name to the same field and we now see two rows in the field and the new name is on the top. I'm pretty sure this would require the use of portals, but I tried and it doesn't work!!
The way I have it now is: I have the main "Artworks" db and a "Loan History" db. Every record in "Artworks" has an Artwork_ID. But I'm not sure how to do the relation with the two. Is portals the way to go?