We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4990a commit 6cc5a27Copy full SHA for 6cc5a27
access-add-in/Install.vbs
@@ -79,7 +79,6 @@ End Function
79
80
Function CreateMde(SourceFilePath, DestFilePath)
81
Set AccessApp = CreateObject("Access.Application")
82
- msgbox SourceFilePath & " -> " & DestFilePath
83
AccessApp.SysCmd 603, (SourceFilePath), (DestFilePath)
84
CreateMde = True
85
End Function
0 commit comments