M
Matt
I have been playing around with refreshing the front end of my
application (with a method that is seamless to the user) and I have
found the following code to do so (In a .bat file):
COPY \\Cfp01sd1\IA_WIS_FINANCIAL\1 Statistical Information\Financial
Dashboard App.mdb c:\Financial Dashboard App.mdb
START "MSAccess.exe" c:\Financial Dashboard App.mdb
EXIT
But, I got an error. So I tried replacing the spaces with % and got
the following error - "Can not find the file C:\FinancialApp.mdb". It
looks like it was ignoring the middle word 'Dashboard'.
Any clue what is going on here?
As always, Thanks in advance!
application (with a method that is seamless to the user) and I have
found the following code to do so (In a .bat file):
COPY \\Cfp01sd1\IA_WIS_FINANCIAL\1 Statistical Information\Financial
Dashboard App.mdb c:\Financial Dashboard App.mdb
START "MSAccess.exe" c:\Financial Dashboard App.mdb
EXIT
But, I got an error. So I tried replacing the spaces with % and got
the following error - "Can not find the file C:\FinancialApp.mdb". It
looks like it was ignoring the middle word 'Dashboard'.
Any clue what is going on here?
As always, Thanks in advance!