Hi All,
I am new to infopath and have met with some error that I am unable to resolved.
I am doing up a template that will do date calculation automatically with the following condition.
1. I have a date picker field called "startDate" which is set to default value now()
2. I have a "count" value field that is auto populated based on 1 field (type of item) that user select, so it can be 30 or 60 based on the selection
3. I have a second date picker field called "dueDate" which is set to default value addDays(startDate, Count)
4. I have 2 additional text fields, 1 called managerExt (30) and 1 called directorExt (60) - which populate different value
5. I have the last date picker field called "extendedDate" which i set 2 "Action" rules
-> Condition managerExt "is not blank" -> set a field's value extendedDate = addDays(dueDate,30)
-> Condition directorExt "is not blank" -> set a field's value extendedDate = addDays(dueDate,60).
Looking for help on point 5 as i am unable to run it. All date picker format have been preset with properties of "English (United States" 3/14/2001, (Do not display time)