Hi All, I am trying to build a very simple database to be used for a school library. I have built all the tables however I am now stuck when trying to build the final table to record the book lendings. I put the concept simple ... I have 2 tables, a students table and a books table. Both of them have 2 columns each namely student ID and student name while the books table has book id and book name.
When I come to the lendings table, I would like to have 4 columns. Student ID / Student Name / Book ID / Book Name
I have set both Student ID and Book ID to be a combobox using looking from their respective tables and till there it is fine.
I would like to auto populate Student Name and Book Name from the IDs I have chosen from the respective comboboxes. Instead of writing them manually inorder to avoid having mismatched data. Is it possible that someone guide me how to complete this simple task please. Thanks.