spalmateer
01-10-2001, 11:18 PM
Hi,
I have two fields on my form. One is Unit Installed and the other is Unit Age. I would like to use VB to update the Unit Age field after entering a date into Unit Installed. I'm using this expression to find the age: =DateDiff("yyyy",[Unit Installed],Now())+Int(Format(Now(),"mmdd")<Format([Unit Installed],"mmdd")). Thanks for any help and insight!
Scott
I have two fields on my form. One is Unit Installed and the other is Unit Age. I would like to use VB to update the Unit Age field after entering a date into Unit Installed. I'm using this expression to find the age: =DateDiff("yyyy",[Unit Installed],Now())+Int(Format(Now(),"mmdd")<Format([Unit Installed],"mmdd")). Thanks for any help and insight!
Scott