F
fox
Hi!
I have a question. I have a large data table like this:
Item# value quantity cost
1 2 3 6
2 .. .. ..
and so on......
Now the quantity value is changed already, but the cost is still old value.
What is the best way to make it recalculate the cost? Use a Form with VB? Or
I shoud write a Module?
Thank you very much.
Fox
I have a question. I have a large data table like this:
Item# value quantity cost
1 2 3 6
2 .. .. ..
and so on......
Now the quantity value is changed already, but the cost is still old value.
What is the best way to make it recalculate the cost? Use a Form with VB? Or
I shoud write a Module?
Thank you very much.
Fox