SPO list lookup value cannot be edited in linked Access table

Iron Contributor

I have a list in SharePoint Online with a lookup table. The list, including the lookup table, works fine in SPO. The list is also linked to Access on my desktop. Access links not only to the list containing the lookup field but also to the list containing the values. The values in the lookup field cannot be edited in Access. The Design View option to edit the values in a lookup field is not available; a help popup notes that the design of the lookup field cannot be changed (to allow or disallow editing) in a linked table. Is that the end of the story? Is there no way to be able to change values from the choices in the dropdown menu, which exist in Access as in SPO?

 

(Cross-filed in the SharePoint community)

2 Replies

@Joseph Nierenberg 

You can't change the design of linked tables from Access, but you should be able to change the values in a linked table.

 

Lets look at an Access application that's linked to two SharePoint lists: Product and ProductGroup. ProductGroup is a lookup table for Product in SharePoint. In Access you can add a new ProductGroup while the linked table is opened:

spo1.png

 

After adding, the new group can be selected from Product:

spo2.png

And when you selected the product group and go to the next record, the group description and packaging instruction are filled in automatically:

spo3.png

 

You can also change values in de ProductGroup table. Lets say we want to change the temperature instruction for Ice cream and set it to 20 degrees:

spo4.png

Now when you enter a new record in Product, the changed instruction is filled in. The instruction for records that where already in Product are not updated. If you want these to update as well, you just reselect the product group and the changed instruction is filled in (when you confirm the change, for instance by moving to another record).

 

Hope this opens up things for you.

 

Best wishes,

Tieme

 

 

To change the design of the multivalued field, set it's Lookup properties.
Open a table in Design View.
Click the lookup field's name in the Field Name column.
Under Field Properties, click the Lookup tab.
Set the Display Control property to Combo Box to see all available properties changes to reflect your choice.