How can I increment a number each day that a form is opened?
Example:
A form with numeric field, that displays "1" the first day that the form is opened
The second day that the form is opened, the numeric field displays "2"
The third day the form is opened it displays "3" and so on.....
I guess I need a calculation script?
Thanks in advance