darrenN Posted November 8, 2000 Posted November 8, 2000 I'm trying to perform a find using applescript I want to find records from 30 days from todays date. I've got the following: on findOlderthan30(findType) ignoring application responses if findType = "Show" then tell application "FileMaker Pro" activate show (every record of database 1 whose cell "deudate" = "Today - 30") end tell end if end findOlderthan30 Today is ment to be todays date minus 30
Recommended Posts
This topic is 8779 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now