I have a small database to track childrens books for a Preschool. I am keeping the database as simple as possible for the director.
I have 3 tables
Book_Information
Authors
Book_Category
I have relationships established and a form for them to enter data easily into. I used the OnNotInList code from this Forum and it works great for them typing in Authors and Book_Categories on the form.
What I want to do now is have a form that has a Book_Category combo box for them to select a category and display the results on the same form in a list box. Basically a book lookup form. Would be nice for them to search by author also.
I have downloaded SJ McAbney's combo box sample database but I just couldnt make the connection between the combo box and displaying multiple rows in the list box.
Again, thanks in advance for all of the help.
lcboley
I have 3 tables
Book_Information
Authors
Book_Category
I have relationships established and a form for them to enter data easily into. I used the OnNotInList code from this Forum and it works great for them typing in Authors and Book_Categories on the form.
What I want to do now is have a form that has a Book_Category combo box for them to select a category and display the results on the same form in a list box. Basically a book lookup form. Would be nice for them to search by author also.
I have downloaded SJ McAbney's combo box sample database but I just couldnt make the connection between the combo box and displaying multiple rows in the list box.
Again, thanks in advance for all of the help.
lcboley