is it possible to take the data input into a text box on a form and put it into the text box of another open form (here's the tricky part), but keep adding numerical data to the first form and have the second form add the data to the same text box as it is entered into the first form.
for example
form 1 :
quantity description
5 crabs
6 fish
8 crabs
form 2 :
total quantity description
?? crabs
?? fish
the 5 crabs would be input into the quantity in the first form and the total quantity of the second form, then when the 8 crabs are entered into the first form the total quantity of crabs in the second form should change from 5 to 13.
if this is possible i would like to know. i can make the data move from form to form, but i can't get it to add(i don't know how that is).
thanks
for example
form 1 :
quantity description
5 crabs
6 fish
8 crabs
form 2 :
total quantity description
?? crabs
?? fish
the 5 crabs would be input into the quantity in the first form and the total quantity of the second form, then when the 8 crabs are entered into the first form the total quantity of crabs in the second form should change from 5 to 13.
if this is possible i would like to know. i can make the data move from form to form, but i can't get it to add(i don't know how that is).
thanks