May 4, 201114 yr This should be easy, and maybe it's because they are timestamps, but all I want to do is have a field that shows the number of days since a record has been modified... Can someone shed some light on this? Thanks!
May 4, 201114 yr Author This should be easy, and maybe it's because they are timestamps, but all I want to do is have a field that shows the number of days since a record has been modified... Can someone shed some light on this? Thanks! Nevermind, I figured it out, just had to change the modified time stamp to date...
May 4, 201114 yr Try = Get ( CurrentDate ) - GetAsDate ( LastModified ) The calculation must be unstored.
Create an account or sign in to comment