Hello,
I am creating a basic library database that loans out CDs to borrowers. At the moment i am trying to create a return query so CDs can be returned. I need to Append the values (AccessionNo, BorrowerID, DateIssued, Date Due) into the LoanHistory table whilst also adding data to the...