how this can be done in the select statement
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
iam using select case statement .in this iwant to work with two select statements by which one select statement works on the user eneterd value and other select statement should work for every select case ..is it possible
Like another control statement the case statement could also be nested but nested will give the complex code to you so i suggest you to call function so on select statement you could call the function according to the values entered by user. With Regards Yogesh Agarwal