I'm doing this:
strAccessPath = SysCmd(acSysCmd AccessDir) & "msaccess.e xe"
in a vb executable to do what it looks like.
If I remove the reference to the access object library this seems to be the
only line the app chokes on. As the Access Obj library is the one most
likely to be in a non-standard location I'm wondering how to do without it.
Can I make that above late binding?
In fact, is it possible to make all refs late binding? DAO, VB, VBA MS
Scripting etc.
Yours, Mike MacSween
strAccessPath = SysCmd(acSysCmd AccessDir) & "msaccess.e xe"
in a vb executable to do what it looks like.
If I remove the reference to the access object library this seems to be the
only line the app chokes on. As the Access Obj library is the one most
likely to be in a non-standard location I'm wondering how to do without it.
Can I make that above late binding?
In fact, is it possible to make all refs late binding? DAO, VB, VBA MS
Scripting etc.
Yours, Mike MacSween
Comment