Beginner looking for help.
I have a unlimitted amount of values that i would like to compare against a field in a database. I was told to use an "IN" stetement against a string. I cant figure out the correct syntax
"where table.field in (field1, field2, field3) ")
whats the correct syntax for Visual Basic?
I have a unlimitted amount of values that i would like to compare against a field in a database. I was told to use an "IN" stetement against a string. I cant figure out the correct syntax
"where table.field in (field1, field2, field3) ")
whats the correct syntax for Visual Basic?
Comment