Jackie Z. Posted August 25, 2010 Posted August 25, 2010 Can anyone show me the script I'd write to find records added "within the last three days"? Thank you!
comment Posted August 25, 2010 Posted August 25, 2010 Try: Enter Find Mode [] Set Field [ YourTable::CreationDate ; Get (CurrentDate) - 2 & ".." & Get (CurrentDate) ] Perform Find [] Note: "within the last three days" can be interpreted in more than one way; the above finds records that were created either today or yesterday or the day before yesterday. It also assumes you did define a field to auto-enter the creation date of a record.
Recommended Posts
This topic is 5202 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