G
GeorgeMar
When I want to run a procedure that exists in another
Access database, I use the .run method to do so. e.g.
dim app as New Access.Application
app.OpenCurrentDatabase "databasename",False,"password"
app.run "procedure","arg1","arg2"
app.CloseCurrentDatabase
If I want to call a procedure that exists in a VB EXE or
DLL, what method would I use?
many thanks
george
Access database, I use the .run method to do so. e.g.
dim app as New Access.Application
app.OpenCurrentDatabase "databasename",False,"password"
app.run "procedure","arg1","arg2"
app.CloseCurrentDatabase
If I want to call a procedure that exists in a VB EXE or
DLL, what method would I use?
many thanks
george