
opening another .mdb file within access
The easiest way IMO is to use the ShellExecute API. With Shell, you have to
pass the full exepath (Syscmd(acSysCmdAccessDir) & "MSAccess.exe"). Also try
wrapping the filename in quotes.
-- Dev
:I've got a problem opening an access database from within access ('97).
When
:I execute next funtion :
:shell "msaccess \\Hwpsrv1\BR2-Expl\TOEPI\SO\S040\S040.mdb".
:access opens again ( that's good) but an error occurs (contains an option
:that ms Access doesn't recognize). Is there another way to open an access
:database from within access ??
:
:
: