You cannot have relationships that span databases. That means it's
impossible to enforce referential integrity.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Wayne" <cqdigital@volcanomail.com> wrote in message
news:1116542234.564884.310720@f14g2000cwb.googlegr oups.com...[color=blue]
>I have a backend database (Backend1.mdb)that has 3 main data tables,
> I'll call them Data1, Data2 and Data3, plus several other associated
> tables. All relationships are set in the backend database which is
> linked to my frontend. Data3 will grow much more quickly than Data1 and
> Data2 as it will have much more data added to it on a daily basis. I
> would like to keep all of the data from Data1 and Data2 to a manageable
> size so that it can easily be zipped and emailed if necessary.
>
> Is there anything wrong with putting Data3 in its own backend database
> (Backend2.mdb) and then linking both backends to the frontend and
> setting any necessary relationships between the 2 backends in the
> frontend?
>
> Thanks in advance.
>[/color]