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 2178608 commit cb3a137Copy full SHA for cb3a137
access-add-in/Install.vbs
@@ -1,6 +1,6 @@
1
const AddInName = "DBMS Connection Wizard"
2
const AddInFileName = "DbmsConnectionWizard.accda"
3
-const MsgBoxTitle = "Install/Update ACLib-Import-Wizard"
+const MsgBoxTitle = "Install/Update ACLib-DBMS-Connection-Wizard"
4
5
MsgBox "Before updating the add-in file, the add-in must not be loaded!" & chr(13) & _
6
"Close all access instances for safety.", , MsgBoxTitle & ": Information"
0 commit comments