I have a query table like below
Check box Buyer product qty
A A 1
√ B B 2
C C 2
√ d d 4
And another table is
Customer id Produect Qty Bank ref no.
A2 b 2
B2 b 4
I have a “bank ref id” text box and value is ” yy/98”
One the basis of selected row, bank ref should update on second table.
Customer id Produect Qty Bank ref no.
1 b 2 yy/98
1 b 4 yy/98
ANY IDEA
Check box Buyer product qty
A A 1
√ B B 2
C C 2
√ d d 4
And another table is
Customer id Produect Qty Bank ref no.
A2 b 2
B2 b 4
I have a “bank ref id” text box and value is ” yy/98”
One the basis of selected row, bank ref should update on second table.
Customer id Produect Qty Bank ref no.
1 b 2 yy/98
1 b 4 yy/98
ANY IDEA