andyukcy
Technical User
- Jul 9, 2003
- 64
I have a listbox showing the payments of customers in each of the customer form.
For each payment there is a "reason".I want to get the last payment's reason. If the reason is anything else BUT monthly payment, i would like to go to the second row until it finds a "monthly payment". The value of the payment id is then stored in a text box.
I have tried
If statements with ListIndex properties, but it does not automatically move to the next line.
can you help?
For each payment there is a "reason".I want to get the last payment's reason. If the reason is anything else BUT monthly payment, i would like to go to the second row until it finds a "monthly payment". The value of the payment id is then stored in a text box.
I have tried
If statements with ListIndex properties, but it does not automatically move to the next line.
can you help?