View Single Post
  #2  
Old February 2nd, 2005, 02:25 PM
Rick Brandt
external usenet poster
 
Posts: n/a
Default

tlyczko wrote:
I have 2 or 3 different Access front ends that would like to link to
one 'common' table of data used by these front ends and the tables
specifically associated with these front ends.

They would all be on a server.

Is this possible, and are there any caveats or gotchas involved with
this??

These are presently Access front ends to Access databases, but one or
more of the tables might go into SQL tables accessed by Access
projects.

I imagine that I have to keep it clear what kinds of front ends are
accessing the 'common' table of data.

Thank you,
Tom


There is no problem with multiple front ends connected to a single back end.
That is in fact the preferred setup for multiple users. The only caveat
with one front end to multiple back ends is that you cannot enforce
referential integrity between two tables that don't reside in the same
database and (I think) queries between such tables cannot be optimized and
might run slower. Other than that there is no problem.

My main application has links to Text files, Excel files, Two different SQL
Servers, an IBM ISeries database, and I believe one Jet file.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com