May 28 2021 08:21 PM
I have an Access database with several tables linked to SharePoint lists. I recently removed some unused columns/fields from some of the lists. For one of the tables I get the following message asking for a parameter:
I think I found the culprit in the Order By Statement which still includes the deleted field in the statement.
How can I edit the Order By statement. Since this is a linked table I can't edit it in Access and I haven't found a way to change the properties in the SharePoint list.
Is it possible to change the linked table to local, make the change in table properties, and then relinked the table to the list?
Thanks,
Merlin Siefken
May 28 2021 11:47 PM
May 29 2021 07:13 AM
May 29 2021 09:12 AM
Hi,
> Since this is a linked table I can't edit it in Access
That's true for many properties of a linked table but e.g. not for the Order By property. In Access
Servus
Karl
*********
http://AccessDevCon.com
https://www.donkarl.com
May 29 2021 09:31 AM
May 29 2021 09:46 AM
Hi,
Funny. I had tried it successfully with an Order By setting for a linked Sharepoint list in Access 2010. Maybe it's different again with a newer Access version.
What happens if you do the Save As? Do you get a linked table/list with the changed property? In that case you could just rename it to replace the old one.
Servus
Karl
*********
http://AccessDevCon.com
https://www.donkarl.com
May 29 2021 09:54 AM