P
Puppet_Sock
So I have a legacy Access database. And the tables are included in the
database file. And there are bunches of relationships defined for lots
of
the tables.
Now I want to split the tables off into a separate file, then link to
that
separate file. I have the usual reasons for wanting to do that.
Database size, sharing among multiple users, etc. Some of the
tables are getting quite large and I may put each of those in its
own separate file.
How can I get the existing relationships to apply to the linked
tables?
That is, other than manually recreating them on the newly linked
table.
I can do that, but it will take a long time. The guy who wrote the
existing database was very fond of adding relationships.
database file. And there are bunches of relationships defined for lots
of
the tables.
Now I want to split the tables off into a separate file, then link to
that
separate file. I have the usual reasons for wanting to do that.
Database size, sharing among multiple users, etc. Some of the
tables are getting quite large and I may put each of those in its
own separate file.
How can I get the existing relationships to apply to the linked
tables?
That is, other than manually recreating them on the newly linked
table.
I can do that, but it will take a long time. The guy who wrote the
existing database was very fond of adding relationships.