SpiritedAway
Registered User.
- Local time
- Today, 12:46
- Joined
- Sep 17, 2009
- Messages
- 97
Hi
I have a table [tblDocuments] with a field [Status] which is a combo box to update the cycle of the document. (i.e/ not started, draft, review, executed, approved etc..). The combo is a lookup field from a look up table [tblLookupStatus].
The user now wants to be able to do this: Each time a user selects from the combo box - a date is recorded when the option was selected. Before the user can then choose something else from the combo box the system will record the date his option was deselected/changed.
So you will end up with something like this.
Document 1. Started. Started 13/10/2010 Ended 14/10/2010
Draft. Started 14/10/2010 Ended 20/10/2010
Reviewed Started 20/10/2010 Ended 21/10/2010
Actioned Started 21/10/2010 Ended 01/11/2010
etc....
Document 2. Started....etc
Currently in [tblDocuments]. Each record [DocID] is for one document and the status is changed using the combo box to change a different status. I want to keep [DocID] for one document in [tblDocuments]
But I need another table perhaps that will record each cycle of that document and record start date (when it was selected) and end date (when it was changed/deselected).
Can anyone give me some ideas or advice about how this would be done - any insight would be greatly appreciated.
I'm using Access 2007
Thanks again for all your help everyone.
Spirited Away
I have a table [tblDocuments] with a field [Status] which is a combo box to update the cycle of the document. (i.e/ not started, draft, review, executed, approved etc..). The combo is a lookup field from a look up table [tblLookupStatus].
The user now wants to be able to do this: Each time a user selects from the combo box - a date is recorded when the option was selected. Before the user can then choose something else from the combo box the system will record the date his option was deselected/changed.
So you will end up with something like this.
Document 1. Started. Started 13/10/2010 Ended 14/10/2010
Draft. Started 14/10/2010 Ended 20/10/2010
Reviewed Started 20/10/2010 Ended 21/10/2010
Actioned Started 21/10/2010 Ended 01/11/2010
etc....
Document 2. Started....etc
Currently in [tblDocuments]. Each record [DocID] is for one document and the status is changed using the combo box to change a different status. I want to keep [DocID] for one document in [tblDocuments]
But I need another table perhaps that will record each cycle of that document and record start date (when it was selected) and end date (when it was changed/deselected).
Can anyone give me some ideas or advice about how this would be done - any insight would be greatly appreciated.
I'm using Access 2007
Thanks again for all your help everyone.
Spirited Away