Guest_imported
New member
- Jan 1, 1970
- 0
hello!!! i am making a simple login program. i have three fields in my .mdb table namely indeces, usernames and passwords. when given a string corresponding to username my program must loop through the usernames in my .mdb file, look for the match of that username get its index. i need the index so that i could match the appropriate password to the inputted username? how would i do this? thanks =) ...