Firstly, Thanks for all the responses.
yes
oops I don't know how to handle the exception yet.
(but if I am reading from a file, and the information is being read in...I can assume its working?)
(for testing purposes of course...not quite sure what a stack trace is?)
as far as SSCCE, even if I posted all of my code...some stuff is being taken from servers etc.
couldnt be run from your machine unless you some how infiltrated...
yes I mean to have two loops.
the permissions are listed in the same order in the file as the users list in the combo box.
so I am trying to use the selected index to control the amount of times the loop loops...
so the permission corresponding to the index will be isolated.
I tested the indexes.
they are being received correctly.
but for some reason (maybe its the two loops conflicting?)
its not looping index amount of times.
and I was trying to figure out how I could make this work in a do loop...but I am still stumped there?
thanks again.
hope this makes more sense this time.