Jay
You've already got this working, I see. But one additional point for
future reference is that the field in question must be on the current
layout for this to work. If you don't want the field on the layout
currently being seen by the user, you can always do a Go To Layout
before and after the Insert Calculated Result step, flipping to a
utility layout with the field and then back.
Steve
On 29 Dec 2008, at 03:43, Jason L DeLooze wrote:
Use "Insert Calculated Result" to place the criteria into the Date
field.
Enter Find Mode []
Insert Calculated Result [ "Date" , "> " & DateToText( Today- 365 ) ]
Perform Find [Replace Found Set]
etc