CurrentProject.AccessConnection - Cannot refresh the links

M

mak2008

I am using MS Access 2003.

I have a linked table that links to the SharePoint system. I created a
button that will make a query using CurrentProject.AccessConnection.execute.
That worked fine for the first time. When an users enter new data in the
SharePoint system, I query the data again and I do not receieve the latest
data.

I have tried to use CurrentDb.TableDefs.Refresh - that didnt work.

Any ideas?
 
Top