subtlesnake
Technical User
I have library system containing 4 tables : book, customer, copy (for multiple copies of the same book) and loan. The loan table takes the foreign keys CustomerID and CopyID, and uses a LoanID as the primary key.
Currently, I use 1 subform to display the books a customer has out, which updates via a CustomerID combo box.
What I want is to display each record in a separate subform, so when I select a given CustomerID if the user has 3 books out (the maximum) there will be three separate records reading Title: Author: etc. There would be a return button by each record to return the book.
Is this possible? And how would I go about doing it? Thanks for any help in advance.
Currently, I use 1 subform to display the books a customer has out, which updates via a CustomerID combo box.
What I want is to display each record in a separate subform, so when I select a given CustomerID if the user has 3 books out (the maximum) there will be three separate records reading Title: Author: etc. There would be a return button by each record to return the book.
Is this possible? And how would I go about doing it? Thanks for any help in advance.