Hello
I'm making a movie database and I'm stuck at the search form...
First of all take a look at the search form.
I want to get results in the listbox based on what title I've typed in the titlebox and which checkboxes I have checked on both genres and release year. The query/VB code should filter so that, for example if I don't write anything in the titlebox and doesn't check any of the checkboxes it wouldn't give me any results. If I instead left the title box empty but checked comedy and 2007 the results would be a list of all movies that goes under the genre of comedy and was released during 2007.
Thank you for your help!
I'm making a movie database and I'm stuck at the search form...
First of all take a look at the search form.
I want to get results in the listbox based on what title I've typed in the titlebox and which checkboxes I have checked on both genres and release year. The query/VB code should filter so that, for example if I don't write anything in the titlebox and doesn't check any of the checkboxes it wouldn't give me any results. If I instead left the title box empty but checked comedy and 2007 the results would be a list of all movies that goes under the genre of comedy and was released during 2007.
Thank you for your help!