Hello. I've working on a movie database, and am having difficulty with combo boxes.
I have two combo boxes in my main form, for movie genres.
The two combo boxes will be Genre and Subgenre. The reason I'm doing this is because the vast majority of movies will have only one genre. Only a few will have a second genre. I don't think it's necessary to have a subform with that. Am I correct?
So, what I did was this: I created a table named tblGenre, and typed in the genres I want in that list. I then copied it and pasted it back into the database, renaming it tblSubgenre. I went into Design Mode and renamed everything that was originally listed as Genre.
I then changed the Lookup to Combo Box for both tables, and changed the "Required" setting for tblSubgenre to NO, because it won't be required for every entry. Am I right about that?
Then, I made the form, with no subform, using Form Wizard. The two combo boxes were in the form, so I began entering data to see what would happen.
I made it to two records. When I entered the third, I got the following dialog box:
Please forgive me, I'm really confused. What should I do now?
Also, can I use the tblGenre for both the Genre combo box and the Subgenre combo box, rather than have two tables, one for each? Or do I need a table for each combo box, even though they are both nearly identical?
Thank you!