I am working with a multi-user database in which a user will enter their data throughout an hour and submit the record before starting on the next hour. Each hourly form has two sub-forms within. These sub-forms have a "GoToRecord" macro that points them to a New record on load. I have noticed that when users submit one form and transition to the next form, it will sometimes auto-populate these sub-forms with existing data from the table.
I have a hunch that the reason for this is due to the 2-3 users submit their data at the same time so access pulls up what it thinks is a new record but it's not. However, I can't understand it if the sub-forms are set to go to a New Record. Is there anything I can do to avoid this other than have them close and reopen the form (which always works)?
I have a hunch that the reason for this is due to the 2-3 users submit their data at the same time so access pulls up what it thinks is a new record but it's not. However, I can't understand it if the sub-forms are set to go to a New Record. Is there anything I can do to avoid this other than have them close and reopen the form (which always works)?