spalmateer
Registered User.
- Local time
- Today, 02:22
- Joined
- Dec 5, 2000
- Messages
- 46
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