Example my text file looks like this:
1234567 44
1234654 34
5654376 20
Lets say 1234654 represents student number and 34 is the balance. When I search and load a student number, I want to be able to reduce the balance of that student by the amount in the text box. And when the balance reaches to a certain amount I want to make it reload by itself.
Take a look at my programRCard.zip
1234567 44
1234654 34
5654376 20
Lets say 1234654 represents student number and 34 is the balance. When I search and load a student number, I want to be able to reduce the balance of that student by the amount in the text box. And when the balance reaches to a certain amount I want to make it reload by itself.
Take a look at my programRCard.zip