Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~359 People Reached
Favorite Forums
Favorite Tags
Member Avatar for kamae

Hallo guys, it is me again. I need help how to create a simple backup file by just copying a file to another folder. Look at my code. [ICODE]Private Sub mnuBackup_Click() Dim SourceFile, DestinationFile As String On Error GoTo FileCopyFailed SourceFile = "D:\MyWorks\data\facility.mdb" DestinationFile = "D:\MyWorks\backup\facility.mdb" [COLOR="Red"]FileCopy SourceFile, DestinationFile[/COLOR] MsgBox …

Member Avatar for vb5prgrmr
0
94
Member Avatar for ArcRaider

Well, where do you start; never did this since I was in High School. I live in North East England, not far from the coast and retired from a local Police Force nealy 15 years ago, after serving 30 years. NO NASTY COMMENTS PLEASE, 'COS I WILL FIND YOU !! …

Member Avatar for Ancient Dragon
0
265