I have a database that gets update periodically and is on a network server. Because the database is very large (10g+)the company is having users who are working remotely have a local copy of the database on their computer. My job is to create either a batch file or VB Script that will run every time the database is opened. It will need to check for an updated version and replace it with the newest one if there is a newer one available. If there is no newer one available then it will just open like normal.
So far I have
COPY \\server\TEST.mdb C:\TEST.mdb /Y
Now how do I make the changes listed above to that? I have never had to make a batch file before and haven't had to do anything with VB in a decade. Please Help ASAP!
So far I have
COPY \\server\TEST.mdb C:\TEST.mdb /Y
Now how do I make the changes listed above to that? I have never had to make a batch file before and haven't had to do anything with VB in a decade. Please Help ASAP!