August 9, 200124 yr I have two date fields d1 & d2 and I want to find records in between d1-d2. This has to be pasted in a feild called proposal date and searched.But I am not able to correctly copy d1 and then .. and then d2 and then perform find. Please help me with this script. Thank You
August 9, 200124 yr You need to use serveral script steps: Insert Calculated Result() Insert Text ("...") Insert Calculated Result() Make sure the "select entire contents" checkbox is unchecked for the second and third steps. Also, to have their values available in Find most to cut and paste, the date entry fields d1 and d2 MUST be global date fields. The basics are: 1) insert the first date, 2) insert text "...", 3) insert the second date without select. -bd
Create an account or sign in to comment