January 31, 200223 yr I have a date field and I want to create a script that returns all records that contain "today's date" and all dates prior. I appreciate your help! Michael
January 31, 200223 yr Find All Records then run a find in the date field type"<= //" excluding quotes then create a script called find records today and earlier then then script the find.
January 31, 200223 yr Author I tried funning a find using your suggestion of <= // however, Filemaker returns "The date in this field must be a valid date in the range..." Am I doing something wrong?
January 1, 200422 yr This post is WAY late given when the original question was posted. Anyway, when Mark Appleby suggested using "<= //" to find all dates equal to and before today, the reason filemaker barfed at you was the space between the "=" and the "//" terms. Just remove the space and you will end up with "<=//", which should work.
Create an account or sign in to comment