Search results

  1. S

    Access 2010 front end to SQL Server 2012 Operation must use an updateable query

    The Access database shows linked table to SQL Server (tblWork) and maintains local copies (tblWork_Local) Before I upgraded to this configuration from a simple Access database, this update query worked UPDATE tblWork INNER JOIN tblWrkWkAllDates ON tblWork.BDT = tblWrkWkAllDates.WDate...
Back
Top Bottom