Hello, I'm trying to set up an access db system to manage a small library at my school. The librarian needs an easy way to check out books, check in books, add/remove books, as well as see which are overdue, which need to be returned, etc. Furthermore, they need records to be kept so they can see which books get taken out, which are taken out by which departments, etc. The way I plan on doing this is to make a table with all the books, and a table with a transaction log. I would like the librarian to be able to select the book from a combo box ( w/ autocomplete), type in the name of the person checking it out, and click a confirm button. This should flip a boolean in the booklist table (saying that it's currently checked out) and add an entry to the transaction log with the pertinent information. I am, however, a bit lost with what forms, queries, reports, macros, etc. all do. I'm tried making a form to do this, but it won't let me pull data from the other tables, or at least I can't get it to work. I want to have the librarian select the name of the book, then have the bookID placed into the transaction history. I have a few other challenges, but any help figuring out how to do this would be greatly appreciated.
Thanks,
Mike
Thanks,
Mike