Hello!Thank you for your response, but I can not get it to function
properly.I added a text field to calculate the number of days. Here is
the script I placed in the text field:
form1.commentSub.NoofDays::calculate - (FormCalc, client)var StartDate =
Ref(SubPg1.tableSub.Table1.Row1.Date1)var EndDate =
Ref(SubPg1.tableSub.Table1.Row2.Date2)var MonthStart =
Date2Num(Date1.formattedValue, "MM/DD/YYYY")var nMonth =
Num2Date(MonthStart, "MM") ; Current Monthvar nDay =
Num2Date(MonthStart, "DD") ; Cur...