S
Sprinks
We've created several "mini-applications" in Access. All use a local
front-end with a server back-end file. Several tables, such as Projects and
Staff, are needed for all of the applications, while others are specific to
each application.
To avoid duplicating the same data in two different places, I moved these
shared tables to their own backend file--Common.mdb. I then realized I
couldn't enforce referential integrity between a Common table and an
application-specific table. I don't see any way around the problem other
than placing all of the tables in the same back-end file.
Currently, the sum total of all backend .mdb files is still small--about 2-3
MB, but wonder if, as the database grows, we'll run into a performance
problem. We will have about 15 concurrent users on a file-server network.
Can anyone advise?
Thank you.
Sprinks
front-end with a server back-end file. Several tables, such as Projects and
Staff, are needed for all of the applications, while others are specific to
each application.
To avoid duplicating the same data in two different places, I moved these
shared tables to their own backend file--Common.mdb. I then realized I
couldn't enforce referential integrity between a Common table and an
application-specific table. I don't see any way around the problem other
than placing all of the tables in the same back-end file.
Currently, the sum total of all backend .mdb files is still small--about 2-3
MB, but wonder if, as the database grows, we'll run into a performance
problem. We will have about 15 concurrent users on a file-server network.
Can anyone advise?
Thank you.
Sprinks