Hi,
I am trying to create a prompt to slert the user that an employee is due to retire. The age in which it should say this is 65 years of age.
As the age of the employee is currently within a Date of Birth format, I am not to sure of how to get this done. The prompt should show 7 months before the employee is due to retire.
I have used something similar for the user to be prompted when someone contract is due to expire, I used the following expression:
=IIf(DateDiff("m",[ContractEndDate],DateAdd("m",6,Date()))<=6,"CONTRACT EXPIRES IN LESS THAN SIX
Any help would be much apreciated.
Many thanks
I am trying to create a prompt to slert the user that an employee is due to retire. The age in which it should say this is 65 years of age.
As the age of the employee is currently within a Date of Birth format, I am not to sure of how to get this done. The prompt should show 7 months before the employee is due to retire.
I have used something similar for the user to be prompted when someone contract is due to expire, I used the following expression:
=IIf(DateDiff("m",[ContractEndDate],DateAdd("m",6,Date()))<=6,"CONTRACT EXPIRES IN LESS THAN SIX
Any help would be much apreciated.
Many thanks