Hello,
I've seen various forums online that address this, but none that seem to clarify the issue for me.
I have a large .mdb file due to one table in particular which is very large (1,455,000 records and counting). The DB is still under 2GB but I will need a solution for this soon (and yes, will also look to migrating to something more robust, but for now need this solution).
The DB is already split into a front and back-end. I would like to split the large table that resides on the back-end into two different tables, keeping all of the same fields in each table but halving the number of records in each. Each of these tables would ideally reside in its own .mdb file. I can split the tables manually via make-table/append queries, but how do I maintain the relationships between these tables and the front-end (plenty of queries/forms/reports, etc that currently refer to the one table). More specifically: Is it possible to keep relationships between two .mdb files, and if so, how would I split the table in question in order to keep the relationships in doing so?
Thanks much for any help you may have to offer.
I've seen various forums online that address this, but none that seem to clarify the issue for me.
I have a large .mdb file due to one table in particular which is very large (1,455,000 records and counting). The DB is still under 2GB but I will need a solution for this soon (and yes, will also look to migrating to something more robust, but for now need this solution).
The DB is already split into a front and back-end. I would like to split the large table that resides on the back-end into two different tables, keeping all of the same fields in each table but halving the number of records in each. Each of these tables would ideally reside in its own .mdb file. I can split the tables manually via make-table/append queries, but how do I maintain the relationships between these tables and the front-end (plenty of queries/forms/reports, etc that currently refer to the one table). More specifically: Is it possible to keep relationships between two .mdb files, and if so, how would I split the table in question in order to keep the relationships in doing so?
Thanks much for any help you may have to offer.