tmaccabe
New member
- Local time
- Today, 02:07
- Joined
- Oct 13, 2023
- Messages
- 26
My users are occasionally experiencing data loss in their bound forms linked to SharePoint Lists. Caching is enabled for v2010 and later. Advanced Client Settings are default and shared with no locking and with default encryption. Form Recordsets are Dynaset.
I'm guessing that our connection is the issue, that users are leaving the record, form, or database front-end before SharePoint can confirm or respond however it does. It's a mystery to me. I don't think it's related to two or more users editing the same record at the same time. They all tend to work on their own records.
I'm just looking for a strategy to make sure this doesn't happen. Do I need to slow my users down, putting a Save button on my forms and somehow confirming updates are complete before closing or changing records? Would testing Me.Dirty = false actually confirm that all/any unknown changes are fully complete (in SharePoint and not just the cache)? Me.Refresh? Grasping at straws.
Thanks in advance.
I'm guessing that our connection is the issue, that users are leaving the record, form, or database front-end before SharePoint can confirm or respond however it does. It's a mystery to me. I don't think it's related to two or more users editing the same record at the same time. They all tend to work on their own records.
I'm just looking for a strategy to make sure this doesn't happen. Do I need to slow my users down, putting a Save button on my forms and somehow confirming updates are complete before closing or changing records? Would testing Me.Dirty = false actually confirm that all/any unknown changes are fully complete (in SharePoint and not just the cache)? Me.Refresh? Grasping at straws.
Thanks in advance.
Last edited: