Runtime module limitations

  • Thread starter Thread starter Eddy Cannella
  • Start date Start date
E

Eddy Cannella

Hi to all

I have been playing with the Access 2007 runtime application so that I can
distribute a database to people who have yet to upgrade to hte 2007 office
version. One problem I have come across is that hyperlinks and Object fields
are not supported. Is this the norm or do I also need to distribute
additional modules?
 
AFAIK, hyperlinks are supported.

What do you mean that Object fields are not supported? If, for example,
you're instantiating a specific OLE object, then the necessary files
associated with that type must exist on each client workstation (and usually
must be the same version as on the development machine, and in the same
location)
 
Back
Top