i have a dynamic forms. how do i make it so that
when user select from a list box, type amount, and click cmdbutton.
and then select another from another listbox on new form.
and click cmd button,
it'll subtract amount from first row selected from the list box and then add an amount to the row selected from the 2nd lst box?
making sense?
frmTransferFrom: user selects from listbox and types in the amount and click OK.
THEN frmTransferTo opens up carrying the same amount.
frmTransferTo: user selects from listbox and click OK.
now i need to make it so that the first selection is subtracted from that chosen row and add to the second selection. is that possible?
when user select from a list box, type amount, and click cmdbutton.
and then select another from another listbox on new form.
and click cmd button,
it'll subtract amount from first row selected from the list box and then add an amount to the row selected from the 2nd lst box?
making sense?
frmTransferFrom: user selects from listbox and types in the amount and click OK.
THEN frmTransferTo opens up carrying the same amount.
frmTransferTo: user selects from listbox and click OK.
now i need to make it so that the first selection is subtracted from that chosen row and add to the second selection. is that possible?