G
Guest
Hello there;
I'm working with a table that has the following structure:
strID => person's ID
dtmStrDate => date when person started working
dtmEndDate => date when person finished work
ysnActive => Status for that person
What I would like to know is if there's a way to make the yes/no field auto
update using the following rule:
if (dtmStrDate <= today() <= dtmEndDate) then ysnActive=True else
ysnActive=False
Thanks in advance.
I'm working with a table that has the following structure:
strID => person's ID
dtmStrDate => date when person started working
dtmEndDate => date when person finished work
ysnActive => Status for that person
What I would like to know is if there's a way to make the yes/no field auto
update using the following rule:
if (dtmStrDate <= today() <= dtmEndDate) then ysnActive=True else
ysnActive=False
Thanks in advance.