megatronixs
Registered User.
- Local time
- Today, 10:54
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I have a datasheet inside a form. in this datasheet, the current status is visible and the phase initial activity date. Now I need to calculate the days passed of the current selected status. There are 13 status in available to choose from. For example Status 1 till Status 13.
Whit this simple formula I calculate the total passed days:
How can I get the passed days if lets say Status 3 is current selected?
in the table I capture for each status set, the date of it. Like Status_1_date, Status_2_date.
Any ideas how to get this started?
Greetings
I have a datasheet inside a form. in this datasheet, the current status is visible and the phase initial activity date. Now I need to calculate the days passed of the current selected status. There are 13 status in available to choose from. For example Status 1 till Status 13.
Whit this simple formula I calculate the total passed days:
Code:
=Date()-[phase_initial_activities]
in the table I capture for each status set, the date of it. Like Status_1_date, Status_2_date.
Any ideas how to get this started?
Greetings
