Hi all, this morning I was able to migrate the backend of our MS Access application from Sharepoint Lists to Dataverse for teams.
After export, in MS Access the reading of the records & all read queries works fine, and I can edit records provided there is only 1 table underlying the form. However, as soon as I want to edit a recordset via a MS Access form where there are linked tables via query underlying the form, I get the error "this recordset is not updatable" (the data does appear fine). This does not occur in my parralel DB using sharepoint lists and the same form, so it is definitely a dataverse export related issue.
I suspect there must be an error in exporting the relationships. However, from what I can see all the relationships were copied as expected but it's not so easy as the primary keys are different for dataverse. In MS Access relationship overview, each relationship in MS Access now has status "indeterminate" rather than pre export one-to-many . To test if resetting the relationship would fix the issue, I tried to delete and recreate one of the relationships in MS Access, but it turns out I can't create new one-to-many relationship (it shows up as an arrow, with status "indeterminate") so that didn't solve the problem.
PS unsure if relevant but I deleted all the _local tables post export, they didnt seem to add function anymore.
Any ideas what's going on & how to solve this?