Louisa Posted June 2, 2000 Posted June 2, 2000 Hi, I'm trying to script a search on a date range. Currently the user enters values for the StartDate and StopDate which are Global fields for dates. In the script the date field is set to StartDate&"..."&StopDate in find mode and the search performed. For some reason, however, the search is only performed on the StartDate and not the range. Any ideas how to do this would be great. I had this working before then made changes which don't work and so now I can't remember what I did to have it working! Thanks, Louisa
ZuperZZ Posted June 5, 2000 Posted June 5, 2000 Louisa: I always use this: Enter Find Mode [] Set Field ["Date","StartDate"] Paste Literal ["Date","..."] Paste Result["Date","StopDate"] Perform Find [] Maybe there
Louisa Posted June 5, 2000 Author Posted June 5, 2000 Hi, Thanks so much, that works perfectly! That one was driving me crazy, but now I have been saved! Louisa
Recommended Posts
This topic is 8942 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