G
Guest
Hello
I currently use the following line of code to identify a specific file to be able to back it up automatically
SourceFile = "\\Pointeclaire\Public\CAMTA Database\BackEnd\CAMTA_be V02 R06.mdb"
However, as you can see there have been and are go to be many revision to the database file in question. How can I code it so that I no longer am required to keep changing the source file manually? What coding will retrieve the file "...\CAMTA_be Vxx Ryy.mdb" where xx and yy would be the greatest values that the computer can identify in the directory in question
Thanking you in advance for your help
Daniel
I currently use the following line of code to identify a specific file to be able to back it up automatically
SourceFile = "\\Pointeclaire\Public\CAMTA Database\BackEnd\CAMTA_be V02 R06.mdb"
However, as you can see there have been and are go to be many revision to the database file in question. How can I code it so that I no longer am required to keep changing the source file manually? What coding will retrieve the file "...\CAMTA_be Vxx Ryy.mdb" where xx and yy would be the greatest values that the computer can identify in the directory in question
Thanking you in advance for your help
Daniel