Execute Command Line Switches of Microsoft Access
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How can i execute Command Line Switches of Microsoft Access using Visual Basic 6.0 Please Reply
-
How can i execute Command Line Switches of Microsoft Access using Visual Basic 6.0 Please Reply
All you have to do is add the appropriate switches to the command line that your using to launch Access, usually something like:
C:\\Program Files\\Microsoft Office\\Office\\MSACCESS.EXE /repair
You have to specify the full path to the .EXE.
Dave Kreskowiak Microsoft MVP - Visual Basic