Hi,
I am trying to create a simple library system that allows loaning returning and reserving CD's So far i have done issueing and returning loans.
However i am a little stuck on how i would reserve a CD. So far i think it would be best if lets say the user opens a form and their will be two list boxes, one populated with the CDs they can borrower and one populated with the list of borrwer IDs, and also a text box which allows the reservation date to be entered.
How would i make a query to append this selcted information from the form into the reservations table.
Attached is the reservations form.
Any help really appreciated.
I am trying to create a simple library system that allows loaning returning and reserving CD's So far i have done issueing and returning loans.
However i am a little stuck on how i would reserve a CD. So far i think it would be best if lets say the user opens a form and their will be two list boxes, one populated with the CDs they can borrower and one populated with the list of borrwer IDs, and also a text box which allows the reservation date to be entered.
How would i make a query to append this selcted information from the form into the reservations table.
Attached is the reservations form.
Any help really appreciated.