G
G deady via AccessMonster.com
I am hoping someone can help me. I have spent days on this problem and can't
figure it out. I have a db for my lawoffice. We need to track the Statutue
of Limitations for Auto Accident cases. It is two years from the accident
date unless the person is a minor . Then it is two years from the persons
18th birthdate. I need to write an IF Statement:
If AccidentDate - Dateofbirth <18 then StatuteLimits = DateofBirth = 20 years
ELSE Statlimits = AccidentDate plus two years.
Part of my problem is that my dateofbirth field is not bound to this form so
I am bringing the dateofbirth into an unbound textbox on this form through a
query for purposes of this calculation. I am so lost. Can someone pease
help me and tell me where to put it? Thank you.
figure it out. I have a db for my lawoffice. We need to track the Statutue
of Limitations for Auto Accident cases. It is two years from the accident
date unless the person is a minor . Then it is two years from the persons
18th birthdate. I need to write an IF Statement:
If AccidentDate - Dateofbirth <18 then StatuteLimits = DateofBirth = 20 years
ELSE Statlimits = AccidentDate plus two years.
Part of my problem is that my dateofbirth field is not bound to this form so
I am bringing the dateofbirth into an unbound textbox on this form through a
query for purposes of this calculation. I am so lost. Can someone pease
help me and tell me where to put it? Thank you.