update a field when another field is edited

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to automatically update my "Inventory" field in table1 when "Items
sold" in table2 is changed.
 
Don't we all...

You're going to need code that reads the ItemsSold record in table2,
adds or subtracts the appropriate number and then updates the ItemsSold
number accordingly. Without knowing more about your layout or
functionality I can't be of much more help than that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top