Skip to main content

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

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