i create one table for employee .in that i create one filed passport expiry.i want that one more field should shoe that if expiry date is gone.filed show some message
Page 1 / 1
Make a formula field with this formula IF({Expiry Date field}>TODAY(),'Passport is Expired!','Passport is Valid')
If you want the field to be blank if the passport is not expired, remove the ,'Passport is Valid'
.
thanks
its working good.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.