I have recently migrated a customer's back-end data to Sharepoint lists on their 365 account. Good news, everything works as normal or at least I though it did. My customer has now reported an issue which I have traced to the following:
So I'm thinking that I can re-write my forms to create my own Appointment ID but that risks a user using the same identifier while disconnected so that's a non-starter. What I need is a way to update the Notes table after every sync to keep the Appointment IDs in tandem. Does anyone have any words of wisdom?
- When the SharePoint lists become disconnected (such as when the internet connection is lost) and a new appointment is made in the appointments list, Access recognises the disconnected state and allocates a negative number to the autonumber field which I use as the 'Appointment ID'.
- Once connection is re-established, Sharepoint changes these negative numbers to positive ones during the sync process.
So I'm thinking that I can re-write my forms to create my own Appointment ID but that risks a user using the same identifier while disconnected so that's a non-starter. What I need is a way to update the Notes table after every sync to keep the Appointment IDs in tandem. Does anyone have any words of wisdom?