Linking tables question

  • Thread starter Thread starter Lars Pedersen
  • Start date Start date
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
 
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.
 
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.
 
Back
Top