
Runtime version of Access does not work
I am trying to use the OpenCurrentDatabase to open a Access 97 database.
This works fine on a system that has the full retail version of Access 97
installed. But when I try to do the same thing on a system that has only
the runtime I get a Automation Error The code is quite simple all I do is
dim AccObj as New Access.Application then Accobj.OpenCurrentDatabase and it
errors. I have tried this in both VB5 and by putting the code in on Access
97 and trying to open a seperate database. Any ideas ???
Thanks
Jeff