tedsmobilephone
New member
- Local time
- Today, 02:44
- Joined
- Oct 17, 2024
- Messages
- 3
I have a database with a split FrontEnd and BackEnd.
I have written a module in the FE to make a copy of the BE using the FileSystemObject.CopyFile. There is lots here on how to do this.
Next, from the same above FE module, I wanted to make a FE copy of itself, suitably datestamped in the filename and stored in a safe place.
I have found lots of information about creating a new database and copying all the objects (queries, forms, reports etc) into this new database.
However I have managed to make a copy of the FE from itself using the similar FileSystemObject.CopyFile coding as with the BE.
My question is, the FE this is very similar coding to the BE coding and it works so WHY does the copying of each individual object into an empty database seem to be the preferred method?
I am happy to post all my code if it helps. Many thanks folks.
I have written a module in the FE to make a copy of the BE using the FileSystemObject.CopyFile. There is lots here on how to do this.
Next, from the same above FE module, I wanted to make a FE copy of itself, suitably datestamped in the filename and stored in a safe place.
I have found lots of information about creating a new database and copying all the objects (queries, forms, reports etc) into this new database.
However I have managed to make a copy of the FE from itself using the similar FileSystemObject.CopyFile coding as with the BE.
My question is, the FE this is very similar coding to the BE coding and it works so WHY does the copying of each individual object into an empty database seem to be the preferred method?
I am happy to post all my code if it helps. Many thanks folks.
Last edited: