jeffcravener
Technical User
For practice I am creating a database for comic books.
I have created tables to hold Creators names, Publisher names, comic professions, titles, etc...
I always knew in a form you could create a listbox to display the possible values from a table that held those values.
BUT, I just discovered that I can do that in the Table....
However, to make it even more idiot proof, and easy to enter data, I want one fields value options to be based on the value entered in the previous field.
Example: If I am in Table Data entry view, my fields are in the following order:
Publisher - Title - Series - Issue - Writer - Penciller - Inker - Etc
What I want to do is this:
When you choose the Publisher, then the list box under Title will then only display comic books printed by that specific publisher...
I know how to set it up so that the listbox looks up all Titles, but there has to be a way to pass the value that is chosen in the Publisher field to the query looking up the possible Title values...
PLEASE HELP!!!