R
rich
Hello,
Part of the functionality of my application is to track progress through a
(similar to a hiring) process. The process has 5 steps. When each step
complete, the date that is was completed on is updated in table. Table looks
like this:
Column Date Type
--------- ------------
Index (Tracking number) (PK)
EmpID
Employee start date Date
Paperwork_submitted_date Date
Computer_Account_created_date Date
Email_account _created_date Date
Access_to_applications_date Date
Process_Complete Yes/No
If all the date fields have a date entered, the Process_Complete column
needs to be set to "Yes", otherwise, it remains the default value of "No".
The user should not have to update this field.
Can anyone help me figure out how to accomplish this?
TIA,
Rich
Part of the functionality of my application is to track progress through a
(similar to a hiring) process. The process has 5 steps. When each step
complete, the date that is was completed on is updated in table. Table looks
like this:
Column Date Type
--------- ------------
Index (Tracking number) (PK)
EmpID
Employee start date Date
Paperwork_submitted_date Date
Computer_Account_created_date Date
Email_account _created_date Date
Access_to_applications_date Date
Process_Complete Yes/No
If all the date fields have a date entered, the Process_Complete column
needs to be set to "Yes", otherwise, it remains the default value of "No".
The user should not have to update this field.
Can anyone help me figure out how to accomplish this?
TIA,
Rich