Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Form Coding
Can't launch mde using button on form
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="MrDavePet, post: 12971404"] Using Win XP Pro, I am trying to launch my O-2003 mde using this code from a button on a form: This code works- Dim stAppName, MyFile As String MyFile = " C:\_ICDB\ICDBFEr2.mde " stAppName = "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" & MyFile Call Shell(stAppName, 1) The following code does not work. How can I fix it? Dim stAppName, MyFile As String MyFile = " C:\Program Files\_ICDB\ICDBFEr2.mde " stAppName = "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" & MyFile Call Shell(stAppName, 1) I get the error "can't find the database c:\Program.mdB" (why MDB)?. (Yes the file is really at "C:\Program Files\_ICDB\ICDBFEr2.mde" [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Form Coding
Can't launch mde using button on form
Top