Hello to all .
Is possible to create a routine or procedure that can automatic everyday check a date in a table.
To be simpler : I want to check if the date on a user have permitions to enter a site and when the date pass want to make the user field activated false.
routine daily check if (todaydate < dateclient) then client.activated= false
Thanks for all the help.