Well i thank all of you that posted in response to my previous post
http://forums.vb-world.net/showthrea...threadid=41138
Right now i am incredibly close to finally having what i want to happen work. But the problem is the FileCopy funtion won't work for me!
I have tried all the diffrent ways that i could think of but some of them gave me errors right away and some gave me errors when i clicked the button.
Here is the code that im having trouble with
Code:
Command1_Click()
Dim MyData As String
Dim dData As String
MyData = App.Path & "\Data\Bin"
dkData = App.Path & "\Data\Backup"
FileCopy "MyData", "dkData"



Reply With Quote