I have a website powered by Access database and one table is imported from another database. How can I make this process automatic to avoid manually import.
Consider using a linked table? That way you get the most "up-to-date" information and it's seamless.
The catch is that the web server has to be able to "see" the second (linked) database as well as the one it is already using.
Bottom line: there is no such thing as "automatic import". If you need to periodically import data, you're going to have to set up something with Task Scheduler that will then "automatically" import the data for you.
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.