MrArmstrong
IS-IT--Management
- Aug 17, 2007
- 61
I have a table that I need to update one field based on another field . This is my Stock table for all the parts we stock. I need to go update the table reorder points. So a scenario would be where we have stock.Field 6 I need to change the reorder point.field to 4. Where we stock 100 I need to change it to 75.
The problem is we stock over 3000 parts so I have to run a query to pull all of the rows where we stock 6, once I have my data returned how do I update all rows to show 4.
Or is there a easier way to do this without querying on each single number?
The problem is we stock over 3000 parts so I have to run a query to pull all of the rows where we stock 6, once I have my data returned how do I update all rows to show 4.
Or is there a easier way to do this without querying on each single number?