Hi all, i'm working on a search function for a music CD store project.

The form consists of a combobox that displays the artiste names from my database during runtime.
Below the combobox are check boxes that represents the genre, such as Pop and Jazz.

So for example in run time, the user can select a artiste names from the combobox and check any genre he or she wants. After that the user will press a button name, 'Search', and it will lead to another form that will display the search results.

Right now i have finished the codes to display the values from my database into the combobox. I don't know what to do next. Please help :(

Thanks alot.

Recommended Answers

All 2 Replies

Show me your pseudo code.

Hi, thanks for the reply.

The following attachment is my whole assignment.
I am currently working on the form, frmSearchCD.vb
and by pressing the 'Search' button on that form, it will lead to frmSearchResults.vb

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.