I would like to import status-information on 3 webpages into Access-tables.
This information is updated every hour and I would like to see the changes over time.
I use the following code:
Function Refresh()
Dim table As String
' clear the existing table'
table = "[Table1]"
sqlstr = "DELETE "...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.