joebloeonthego
Technical User
Let me clarify....
I have a form where users enter information about a product return. There is a subform because there can be more than one partnumber per return. They have been manually calculating the cost and entering it on the form. They want this done automatically.
I will have to run through the subform, totaling each row, then put the total in the textbox on the form.
the subform is in the format of:
pn qty
and i have the cost available to me in the pn table.
I don't know how to 'loop' through the subform for starters, from there I can probably get most of it figured out.
thanx!
I have a form where users enter information about a product return. There is a subform because there can be more than one partnumber per return. They have been manually calculating the cost and entering it on the form. They want this done automatically.
I will have to run through the subform, totaling each row, then put the total in the textbox on the form.
the subform is in the format of:
pn qty
and i have the cost available to me in the pn table.
I don't know how to 'loop' through the subform for starters, from there I can probably get most of it figured out.
thanx!