Z
zixingw via AccessMonster.com
When I run a VB exeucte file with Call Shell as follows:
Call Shell("""C:\Program Files\Microsoft Office 97\Office\micaccss.EXE""", 1).
The error message says: File not find.
When I use Windows 2000 to directly run micaccess.exe, the message from this
application says:
Please use this application with two command line arguments: 'Name and path
to the schedule database and to results database.
Two database are as follows
L:\Raritan-MICACCESS\MIC-Access v20\data.mdb
L:\Raritan-MICACCESS\MIC-Access v20\schedul.mdb
How to code these two databases in Call Shell
Call Shell("""C:\Program Files\Microsoft Office 97\Office\micaccss.EXE""", 1).
The error message says: File not find.
When I use Windows 2000 to directly run micaccess.exe, the message from this
application says:
Please use this application with two command line arguments: 'Name and path
to the schedule database and to results database.
Two database are as follows
L:\Raritan-MICACCESS\MIC-Access v20\data.mdb
L:\Raritan-MICACCESS\MIC-Access v20\schedul.mdb
How to code these two databases in Call Shell