where strSource is the back end database and strDest is the name of the destination file (and path). I use this to create a copy of the backend file with the date of creation added to the backend filename.
I dir try:
filecopy table, backup
it is giving Microsoft Access error file not found error (53)
remeber that table is a database table, I need to back up the table.
Please advise, thank you
dré
In you first post you state that you want to backup a database file, not a table. Filecopy won't work with a table. In the example I gave above, it is used to backup a split database, backing up the backend data into a new (datestamped) file in a different location.
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.