I have a count(*) control in a forms footer which stores its data in a field (total records) for each record. This way, when a new record is added, the count should be one greater than it was for the previous record. This gives each record a consecutive ID for the records grouped on this form. The numbers it returns are not always accurate. I have tried adding a refresh command after insert. Still inconsistently accurate. It is, however, consistently INACCURATE when the form is opened and the first record is added. It counts zero even if there are other records. What can I do to fix this?
Thanks in advance,
Carly
Thanks in advance,
Carly