Automatic Linking of 2 Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 2 files that are linked together. However, I'm trying to sell this as
a product and I'm trying to set it up so that the front-end will
automatically look in the same folder for the back-end file.

Has anyone done this or does anyone know how to do this?

Thanks.
 
Access/Jet only does 'absolute' links, not 'relative' links.

The only way to get it to link to the 'same folder' is to
relink after installation

Check on startup, and if the application has moved, relink.

Relink Access tables from code:
http://www.mvps.org/access/tables/tbl0009.htm

Or if you're a unix weenie, install 'hard links' in someplace
like \program files\common files\. :~)

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top