Here is some sampel script that does what I think you want. The
StartDtae field woudl hold the current date when the form is opened, The
Epoch field woudl be an invisible field that woudl be used to store the
value of when the form was 1st opened, and the NumericField1 woudl be
the field that woudl hold the number of times the form was opened. Note
that this is FormCalc code (much easier to deal with Dates using
FormCalc). Paul