Hi,
I'm new in VB so my question can be easy for you. I need to select some columns from a table and in where clause I might have a lot of columns. I created more than one select for this job but I suppose there is a way to create only one:
My select is big but let's say I have 3 column for the where clause. First I can select having only one in the where clause, second I have 2 of them and in the end I have all of them. How can I create a single select for all 3?