I am using Access 2007, and developing a database for our company that includes data downloaded from the main system. This is not financial data that affects our Financial Statements, and the current main system is getting old in terms of its capabilities.
The downloaded data is run periodically on a history to date basis. That is, we will bring the same data from the previous download, as well as new data.
I want to provide the user with the capability to make changes to this data for their own internal reporting purposes. They can add/modify and 'delete' (i.e. suppress) this data. The challenge here is that when the next download occurs the modified data is retained.
I'm thinking about providing it as an input Form that they could call up records based on basic search criteria.
Can someone please help with suggestions on how to design this? Would I develop another table that tracks these modifications?