skwilliams
Registered User.
- Local time
- Today, 15:38
- Joined
- Jan 18, 2002
- Messages
- 516
I have a master table in my database (tblOOS). This list currently gets replaced each week from a .csv file that contains the latest list of stocks, descriptions, etc. including additions and deletions.
Most of the descriptions really need to be updated for accuracy. My problem is I can't edit the descriptions in my master table because they will be replaced the following Monday with the new list.
Is it possible to just append new stocks from the list to the master table and delete stocks from the master table not on the new list but leave the good records untouched?
Does this make sense?
Most of the descriptions really need to be updated for accuracy. My problem is I can't edit the descriptions in my master table because they will be replaced the following Monday with the new list.
Is it possible to just append new stocks from the list to the master table and delete stocks from the master table not on the new list but leave the good records untouched?
Does this make sense?