rivet Posted March 17, 2003 Posted March 17, 2003 I have this search string in a global field: '9/1/2002...9/1/2003' I need to enter the find mode and set a date field to that string so it will find a range. Yet the script 'set field' enters it as '12/22/2497'
Lee Smith Posted March 17, 2003 Posted March 17, 2003 Insert calculated result and text to date should do it. Lee
LiveOak Posted March 18, 2003 Posted March 18, 2003 To expound a little... Insert Calculated Result[select,"MyDate", "DateToText(Date(9,1,2002)) & "..." & DateToText(Date(9,1,2003))"] Make sure you are on a layout on which the field MyDate (or whatever your field is called) is diplayed. -bd
Recommended Posts
This topic is 7922 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