how to get the data from table depnding on user req..
testcode eligibility(subjects)
100 8,26,36,40
101 18,56,87,10
102 38,28,46,11
103 48,128,58,68
this is my sample data
my question is
i want to retrieve the data from the above table depending on user requmnt
if user choose the subject no 8 then he had to get only 100 row not only remaining rows
if user choose the subject no 28 then user to get only 102 row not the 102 & 103
please help me how to write the command . please help me
thanks in advance
Answers (1)
0
What a muppet (me that is!).
I did get close, but must be going mad!
Cheers so much
0
If (Test1 = true) || (Test2 = true) Then
_____MessageBox.Show("HelloWorld")
Else
_____MessageBox.Show("GoodbyeWorld")
End If
|| = logical Or
&& = logical And