I realize my post above was probably not the best, I didn't really know how to post and ask those couple of questions without posting all of that long code. I apologize for that. I have been trying to get that for loop in the existing user panel to work for a couple of days now and I am sure it is ridiculously easy, I just dont see it. I decided to repost just that little part of the code. I am trying to
test if guest and terminator are entered by the user (which are the default passwords) and then also if any exitsing user has entered a name a password...for this I check the User array list I created. I know I need to run through the array and that is why I used for (Users user : myList), but it doesn't seem to want to work properly, is there a better way to set up this for loop? Thank you for any help you may be able to give, if you don't have time, I understand.
Also, I really do not know what to post for the populating data fields part, I just want to popualte a text field and two combo boxes when a user enters a name into a Salesman Text Field, is there a way of doing this? Maybe there is some reference I could look at. I hope this post is a little better than the long one above. Again, thank you for any help you may be able to point in my direction and for your time. I very much appreciate it.