Forum Discussion

RogerH72's avatar
RogerH72
Copper Contributor
Oct 09, 2022

Improve performance Access frontend with Azure backend

  I have the following question. I have migrated a "traditional build" Access frontend application with a SQL server backend to Azure SQL. The linking goes fine, however the performance often leaves...
  • Tom_van_Stiphout's avatar
    Oct 09, 2022

    RogerH72 

    however the form is not updateable any more. 

    That is probably because you used a PT query. They are never updatable. Rather you would select 1 row from the linked table or a query based on a linked table.

Resources