I am regular watching this group from last 2-3 months
and it seems that you are the person who solves most
of the queries . I will once again try to put my
problem.
A) I have got
Receipt No. Denomination
R1 50
R2 100
R3 100
I want that if option in a text box being given to
user
for feeding any no. say 200. The result should show
Receipt no Denomination
R2 100
R3 100
Basically it should first check :
If val(text1.text) < first field then
it should move to next field and add previous one
and goes in loop unless finds the sum of deno=text
field.
I am quite hopeful that you will solve my problem.
Do revert back if you still have any doubt about my
required output.