Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Build an Update query

  1. Start with a Select query, add parameters to it, and run it to make sure it returns only the data you want to change.

  2. Back to Design view, click Update.

  3. Enter your new value on the Update To row, run the query.

  4. Click Select, enter the value from step 3 in the Criteria row, run the query to check your changes.

Update multiple fields or tables

  1. Follow steps 1 and 2 above, but enter criteria in each field or table you want to change, then run the query to make sure you’re seeing just the records you want to change.

  2. Query design view > Update > new values, run.

Staying out of trouble

  • Don’t update calculated fields.

  • Don’t update primary keys, unless they’re part of a relationship that allows cascading updates. Also, changes to a primary key cascade to all related foreign keys.

  • Don’t update queries set to return unique values.

  • Don’t try to update Union queries.

See also

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×