|
-
Feb 25th, 2007, 12:04 PM
#1
Thread Starter
New Member
Create an MS Access Replica
I would like to create a Replica by code.
Can you help me, please?
Thank you.
José
-
Feb 25th, 2007, 01:30 PM
#2
Re: Create an MS Access Replica
Do you mean a backup copy?
-
Feb 25th, 2007, 01:36 PM
#3
Thread Starter
New Member
Re: Create an MS Access Replica
No, I mean to create a Replica (#backup) from the back-end database.
I can make a replica from the menu, but I'm looking for to make it by code.
-
Feb 26th, 2007, 01:53 PM
#4
Re: Create an MS Access Replica
If it's for backup purposes, just copy the file. The FileCopy statement is about as simple as you can get: FileCopy source, destination.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|