Hi @Kandace Rowe,
It sounds like you're trying to update multi-value lookup fields in a SharePoint list using Microsoft Access. Here's a guide on how you can achieve this:
- Link SharePoint List to Access:
- Make sure your SharePoint list is linked to Access, not just imported. This ensures that Access maintains the connection with SharePoint and updates can be synced.
- Understand Lookup Fields:
- In SharePoint, lookup fields store both a display value (what's shown to users) and a bound value (usually an ID). When working with lookup fields in Access, you typically manipulate the bound values.
- Update Query:
- You're on the right track with using an Update query in Access. Here's how you can set it up:
- Open a new query in Access in design view.
- Select your SharePoint list as the data source.
- Choose the fields you want to update (Org L1, Org L2, Org L3).
- Set the criteria for the Update query. You should be updating the bound values based on the Project field.
- Specify Bound Values:
- When updating lookup fields, you need to provide the ID of the item you want to link to, not the display value. Ensure you're updating with the correct IDs corresponding to the values you want to set.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
1 commentShow comments for this answerReport a concern