About 11,500 results
Open links in new tab
  1. Troubleshooting a slow/stalled Update Query in Access 2007 (also tried ...

    Mar 1, 2012 · Troubleshooting a slow/stalled Update Query in Access 2007 (also tried Access 2010) I have two tables in an Access 2007 database. One is a Linked table, sourced to an Outlook contacts …

  2. Access 2013 and 2016 - 'Operation must use an updateable query' and ...

    Aug 10, 2016 · Access 2013 and 2016 - 'Operation must use an updateable query' and 'This Recordset is not updateable' on updates when linking to SQL Server and Oracle linked tables I'm attempting to …

  3. How to enter expression in a table field?

    May 11, 2012 · But you cant use it in Access 2007, so its better use a query like Tom said. Still you can use a field in table and if create a form to enter / edit data, you could use a procedure to update that …

  4. Pass value from main form to subform and save it

    Oct 31, 2016 · What I did is created a close button so when the user closes the form this update query runs. You could try using a command button placed on the main form and the following code in its …

  5. Update Statement With OpenQuery - social.msdn.microsoft.com

    Nov 25, 2016 · Answers 1 Sign in to vote ; with cte As (Select salesname, totalsales FROM OPENQUERY ( [sqlcl02,2433], 'Select a.salesname SalesName ,b.salesTotal TotalSales from sales …

  6. Query di aggiornamento (UPDATE) di più campi della stessa tabella.

    Jan 3, 2019 · Query di aggiornamento (UPDATE) di più campi della stessa tabella. Buonasera a tutti. Ho bisogno del vostro aiuto per poter completare la sottoelencata query che mi permetta ( per ora riesco …

  7. Update an MS Access Table Field using VBA - social.msdn.microsoft.com

    Jan 11, 2012 · So, the function that I want to create is to check and see if an action has happened within a certain amount of time, if not, the VBA script will then open up an email window to send an email, …

  8. SQL… How to update rows with data from other rows in the same table?

    May 27, 2012 · For the first few entries, the PartyDesignCode field is empty. I would like to update this value using the PartyDesignCode found for the Unique Label Identifer in other rows of this same …

  9. SSMS permissions vs Db permissions - social.msdn.microsoft.com

    Sep 23, 2009 · Above provides 'FinDevUser' query access as I expected but they cannot view the 'fin' schema tables in 'FinanceDev' Db in SSMS ( SQL Server Management Studio ), although they can …

  10. Linked server UPDATE fails with message about optimistic concurrency ...

    Oct 20, 2020 · The same UPDATE queries that fails through the linked server works fine through the same DSN, using VBScript. The UPDATES fail when running them from a stored procedure or SQL …