May 3, 200718 yr Hi, I have two date fields, "startdate" & "enddate" and a field called "actiondate" I am having issues working out how I can set a calculation script on the actiondate to automatically populate. I would like the actiondate to look at the fields "startdate" & "enddate" and if a date range exists between these fields place the "startdate" into "actiondate" Please can someone lend a hand! Cheers, Dan ???
May 3, 200718 yr Make the ActionDate an autoenter with the update option chosen; the calc should look like this: Case(StartDate < EndDate;StartDate ) --sd
May 8, 200718 yr Author Hi, How would I then say - If the start date is less than the end date but greater than a specified date, populate the action field with the start date?
Create an account or sign in to comment