I have a field in which DateDiff is used to calculate the difference between two date pickers to alter the visibility of other fields. It was working just fine until this morning.
I am now getting the 'Incorrect argument type, expecting number' error.
The DateDiff formulas in question is:
DateDiff(DateValue1.SelectedDate, DateValue2.SelectedDate, Days)+1
I would really appreciate if someone could help me solve this problem.