So, our fantastically useless teacher has given us basically no help for the assignment he gave us, and pretty much no actual lessons either (there's been numerous complaints about him, but that doesn't help right now). We've got a basic relational database to sort out, for a library computer system; entering books into a database (along with stuff like authors and publishers, in separate tables), checking them out and in, keeping track of the students who have book and issuing late notices.
Here's the database outline, from the assignment:
I need to create four forms: one adding and viewing students, a similar one for books, and two other forms for issuing and returning books. The problem I'm stuck on currently is how to update authors and publishers in the book form; either I do a lookup, and I'm limited to a set list of authors/publishers pulled from the appropriate table (meaning I need to add new entries to those tables manually), or I do a straight one-to-many relationship, which is a slightly more awkward version of the same thing. I can't figure out an option to update those tables when you add an entry that doesn't yet exist; if I have authors A, B, and C, and I enter D in the book form, it'll just add it to the author table.
There'll be other issues later, but that's the immediate one. Halp?
Posts
To solve the problem off the top of my head you can use a query to pull info from multiple tables as the record source. Then as new info is placed in the form it will automatically be entered into the proper table.
It should allow you to do that while setting up the drop down box. In either an option to hide the ID or by adjusting the columns during set up. During setup you should be able to pick which column is going to be stored in the field too.
CUZ THERE'S SOMETHING IN THE MIDDLE AND IT'S GIVING ME A RASH