Access 2007
I am currently working on a database that tracks what an individual does during the day. I have created a very simple form called frmOperatorLog that includes 4 subforms: fsubProduction1, fsubProduction2, fsubProduction3, and fsubProduction4. The main form doesn't write any data to the table but the subforms do. In fact, all four subforms will write to the same table. They are very simply subforms that only include a combo box for the queue that they work in, a text box that they would log their case count in, and a text box that they would log the available minutes in.
Each subform's data entry property is set to "Yes" with the Record Locks property set to "Edited Records". I have 5-10 users that access this form at one time and I normally don't have issues. On occasion, if the form is left up for any length of time, it will autofill all four subforms with old data previously written to the table and it will all be the same data across all subforms.
I have tried to recreate the issue but never can seem to do it. Any thoughts on what it could be? I have messed around with various properties on both the main form and the subform but it never seems to fix it. If you need the complete property data, just let me know
I am currently working on a database that tracks what an individual does during the day. I have created a very simple form called frmOperatorLog that includes 4 subforms: fsubProduction1, fsubProduction2, fsubProduction3, and fsubProduction4. The main form doesn't write any data to the table but the subforms do. In fact, all four subforms will write to the same table. They are very simply subforms that only include a combo box for the queue that they work in, a text box that they would log their case count in, and a text box that they would log the available minutes in.
Each subform's data entry property is set to "Yes" with the Record Locks property set to "Edited Records". I have 5-10 users that access this form at one time and I normally don't have issues. On occasion, if the form is left up for any length of time, it will autofill all four subforms with old data previously written to the table and it will all be the same data across all subforms.
I have tried to recreate the issue but never can seem to do it. Any thoughts on what it could be? I have messed around with various properties on both the main form and the subform but it never seems to fix it. If you need the complete property data, just let me know