I have a control with a default value of "=count([field1])" in my form header. The form is refreshed after each new record is added so the count can be stored as data for each record. (So the first record stores a 1 and the second record stores a 2 and so on). This works fine when I add all records at once. However, after the form has been closed if I go back in and add a few more records the count is not maintained and the new records store zero. Why does this happen? Is there a way to avoid this starting over effect?
If I enter two records (and they store 1 and 2 consecutively), close the form, and then open it tomorrow and add two more, I want the two new records to store 3 and 4 consecutively. I hope this is clear.
Anyone know what is going on?
If I enter two records (and they store 1 and 2 consecutively), close the form, and then open it tomorrow and add two more, I want the two new records to store 3 and 4 consecutively. I hope this is clear.
Anyone know what is going on?