Let me paint the picture:
Every item I have in inventory has a unique ID number and base value - lets call it 'number sold' to date.
Every week I sell items and I increase the 'number sold' value.
When I fill out my form I would like this new 'number sold' value to populate a box telling me how many I have sold prior to this week. On paper this would look something like Base value + 'number sold' (for every week) = new 'number sold'
How can I populate this box in my form?
I have the 'number sold' each week filling into a raw data table and my base number is in another table which indexes my constant values such as ID number, item name, etc...
I hope that I made this clear enough but pelase post if I need to verify anything.
Thanks!