A
Agent_KGB
Good morning,
I am trying to impove on one of my queries... i have two Date fields i work
with..
One DOB and one Contract End Date... i need to bounce each one and find out
if the date is good...
for DOB i need to make sure that it's not under 18 or over 90 years old... I
think i need to make an IIF statement, just not quire sure how... somethin
glike if DOB > Date()-18 years OR DOB < Date()-90 years... if True then place
Bad DOB in expression field, if false then Good DOB
as for Contract, i just need to know if it's valid so IF ContractDate >
Date() then put "Good Contract" in the expression field, else "Bad Contract"
if you don't have time to explain actual formula, i'd appreciate a link
where i can learn this stuff...
thanks in advance
I am trying to impove on one of my queries... i have two Date fields i work
with..
One DOB and one Contract End Date... i need to bounce each one and find out
if the date is good...
for DOB i need to make sure that it's not under 18 or over 90 years old... I
think i need to make an IIF statement, just not quire sure how... somethin
glike if DOB > Date()-18 years OR DOB < Date()-90 years... if True then place
Bad DOB in expression field, if false then Good DOB
as for Contract, i just need to know if it's valid so IF ContractDate >
Date() then put "Good Contract" in the expression field, else "Bad Contract"
if you don't have time to explain actual formula, i'd appreciate a link
where i can learn this stuff...
thanks in advance