Linking tables question

L

Lars Pedersen

Is it nessesary to manual/relink tables in code, I have all my tables in a
backend, and it seems that access is handling all the linking itself, but I
se so much code on internet about linking tables.
NB, my frontend and backend always stays in the same folder.

/Lars
 
R

Rick Brandt

Lars Pedersen said:
Is it nessesary to manual/relink tables in code, I have all my tables in a
backend, and it seems that access is handling all the linking itself, but I
se so much code on internet about linking tables.
NB, my frontend and backend always stays in the same folder.

Most of what you are seeing applies to "distributed" apps where the developer
cannot know at design time what the location of the back end file might be (or
the front end for that matter). If you are designing a corporate app where
these locations are static then you have little need of such code.
 
L

Lars Pedersen

Thanks

/Lars

Rick Brandt said:
Most of what you are seeing applies to "distributed" apps where the
developer cannot know at design time what the location of the back end
file might be (or the front end for that matter). If you are designing a
corporate app where these locations are static then you have little need
of such code.
 

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

Top