J
Jim Franklin
Hi,
I have an Access 2003 app split into a standard front-end/back-end design.
I have recently added some functionality which creates about 6 very large
data tables. Data for each table is appended by a separate function, run on
a monthly basis. Tables are never written to concurrently, although there
are query driven reports which pull in data from several tables at once.
At present I have these tables in a single separate back-end .mdb file.
However I am concerned that at some point in the future there may be an
issue with hitting the 2GB Access file size limit, and am considering
putting each table in its own file. This is a single-user system at present,
with all files on the user's C: drive (although this could change.)
Would there be any performance hit in splitting the BE file now, as opposed
to doing it later when it might become an issue?
Any help would be very much appreciated!
Cheers,
Jim
I have an Access 2003 app split into a standard front-end/back-end design.
I have recently added some functionality which creates about 6 very large
data tables. Data for each table is appended by a separate function, run on
a monthly basis. Tables are never written to concurrently, although there
are query driven reports which pull in data from several tables at once.
At present I have these tables in a single separate back-end .mdb file.
However I am concerned that at some point in the future there may be an
issue with hitting the 2GB Access file size limit, and am considering
putting each table in its own file. This is a single-user system at present,
with all files on the user's C: drive (although this could change.)
Would there be any performance hit in splitting the BE file now, as opposed
to doing it later when it might become an issue?
Any help would be very much appreciated!
Cheers,
Jim