Hi,
I want to Zip a Access .mdb this is the code I came up with
Private Sub Command24_Click()
Call Shell("c:\program files\winzip\winzip32.exe" & "News.zip" & "NewsAgt.mdb"
End Sub
It's telling me that it can't fins the file
what is the correct way to code this????
regards
Duf
I want to Zip a Access .mdb this is the code I came up with
Private Sub Command24_Click()
Call Shell("c:\program files\winzip\winzip32.exe" & "News.zip" & "NewsAgt.mdb"
End Sub
It's telling me that it can't fins the file
what is the correct way to code this????
regards
Duf