D
DrAvi via AccessMonster.com
Hello,
I have one Access application that has a command button that opens another
Access application.
It works great for me under full Office Access environment.
I’m trying to operate the same array with runtime for access 2007, and I keep
getting an error msg (“execution of this application has stopped due to a
runtime errorâ€) whenever I’m trying to open the other application using the
command button (the other application works fine when it’s being opened
manually).
I’m using the following VB code:
Dim Nacc As New Access.Application
Nacc.OpenCurrentDatabase "C:\SQLite\OpenSQLite.accdb", False,
"MyPassword"
Nacc.Visible = True
Do you have suggestions for how to solve this problem?
Regards,
DrAvi
I have one Access application that has a command button that opens another
Access application.
It works great for me under full Office Access environment.
I’m trying to operate the same array with runtime for access 2007, and I keep
getting an error msg (“execution of this application has stopped due to a
runtime errorâ€) whenever I’m trying to open the other application using the
command button (the other application works fine when it’s being opened
manually).
I’m using the following VB code:
Dim Nacc As New Access.Application
Nacc.OpenCurrentDatabase "C:\SQLite\OpenSQLite.accdb", False,
"MyPassword"
Nacc.Visible = True
Do you have suggestions for how to solve this problem?
Regards,
DrAvi