Hi guys
I am managing a database and need to know if there is away of moving 'completed' records into another database but keep them linked.
Senario is: We have records of pieces of work coming into the office and which take about amonth to complete the cycle.
My query is instead of having this database then filling up with completed and uncompleted records, how would you move the completed lines into a second databse, yet have it linked?
I would think i would need part of it that states eg 'Record Complete' where would input a 'Y' to signify this. Then what would i need to do to move that line into a second database for completed records?
Any suggestions or solutions from others that have similar projects much appreciated.
Tim Anderson
Software/Hardware used:
ASKED:
August 21, 2008 8:30 AM
UPDATED:
August 21, 2008 2:42 PM
To give you a good view of what is happening to your records, you would be better adding the following fields to your “working” database
1. A status i.e. N=New Record, I=Incomplete, C=Complete
2. A user stamp – I assume that you have user logins in your database that you can record when a transaction line / record is updated.
3. A date/time stamp – the last date/time that the record was updated.
Using these three in addition to the above will give you greater management over which records need to be updated, and also enhance your ability to track and filter data.