J
Joe Cilinceon
I have a routine that backs up the back end from the front end. It uses a
line as follows to set the path and file name:
DestinationFile = "C:\Handi\Backup\Handi_be" & DateToStr(Date) & ".mdb"
Now if I remember (It has been a very long time since I messed with paths)
that there is a way to write a path to copy a file to a sub folder with out
hard coding the main folder name.
For example perhaps something like:
DestinationFile = "..\Backup\Handi_be" & DateToStr(Date) & ".mdb"
Where you would have D:\WhatEverFolder\Backup........
I hope that is clear as it has been a long day.
line as follows to set the path and file name:
DestinationFile = "C:\Handi\Backup\Handi_be" & DateToStr(Date) & ".mdb"
Now if I remember (It has been a very long time since I messed with paths)
that there is a way to write a path to copy a file to a sub folder with out
hard coding the main folder name.
For example perhaps something like:
DestinationFile = "..\Backup\Handi_be" & DateToStr(Date) & ".mdb"
Where you would have D:\WhatEverFolder\Backup........
I hope that is clear as it has been a long day.