Jason and Peter mentioned the get(currentDate) + 1 approach, which is certainly a good answer to your question ... but I wonder if your question is actually what you meant to ask.

If, instead of finding records dated tomorrow, you are wanting to find entries that are later than today - a common error condition during data entry - then I'd suggest that you create a calc field with recordDate > get(currentDate). Then you would merely search that field for the value of "1" ... indicating that the data entry person had entered _any_ date after today.

Of course, if you really meant to find only those records with the date = tomorrow, then all I have to say is "never-mind."


   Bill Holt


On Feb 10, 2010, at 8:03 AM, Stefan Garr wrote:

Hi

I have a solution that has a date field. I'd like to write a script that always searches for tomorrow's date. I know that I can search for "today" using the // shortcut, but couldn't find a way to incorporate that knowledge into a
solution.

Thanks

Stefan Garr

Reply via email to