The Database is indeed large and in reality im talking about 5 tables contain data on
Stock level 5600 records per year,
Production schedule - 1120 per year,
Orders -well above 8000 per year,
Usage level - How much of x is in product y 2000 rec per year
process/product - whats in product y 2000 rec per year
I only have a years data in there at the moment but they want it to function till 2010.
Which will need to be backed up in some way. The network connection is quite fast in some department but not in others. However since the copy action would only need to be done once in a while when a user wanted to play "what will happen if" and they may not always need to copy the data back over the orginal again.
The purpose is they want to be able to change the outgoing of stock through production use levels and production schedules, the incoming of new stock, and wastage levels of stock to see how it will effect stock levels to the end of the year. They want the "virtual tables" so they can play with diffrent combinations until they get it right without changing the master, and so they can run worst case senario situations i.e "what if supplier x dissapears?, how long can we still make y product?"
I hope this makes it clearer.
What about having a having a virtual FE that links to a VirtualBE
All i need is a way of copying the tables back and forth. ie a button in the real FE that copys the tables into the virtual be and opens the virtual FE.
And a button in the Vir FE that copys the tables into the real one.
I need to keep realtionships intact which is the problem i have been running into a bit.