Re: Two dbs using one linked table
- From: Tim Ferguson <FergusonTG@xxxxxxxxxxxx>
- Date: Wed, 15 Jun 2005 10:49:24 -0700
"JohnB" <JohnB@xxxxxxxxxxxxxxx> wrote in
news:#$Vh6nccFHA.1044@xxxxxxxxxxxxxxxxxxxx:
> As I see it, I have two options. Either I could modify the existing db
> by adding new forms reports etc to make it dual purpose, or I could
> export the current db structure, minus data, to a new db and then
> modify the second db accordingly. The problem with this second option
> is there would then be data which is common to both dbs, held in just
> one table. A solution to this is to remove the common table from the
> second db and then set up a link to the original dbs table.
For me, this would be the clincher: if there is common data, then it's a
common database. It's not possible to enforce relational integrity across
two different mdb files, so you will in time find the MailingList users
happily deleting Customer records that still have outstanding Orders or
Invoices, etc.
Remember that there is no rule that you have to have only one front end.
It is very common to have different front end mdbs for the MailingList
people, the Finances, the Bookings and Management and so on, with
different sets of reports and forms in each.
> one? Each db would have a general database password but this may
> change at a later date to a more extensive type of security - any
> problems likely in that area?
File-level passwords are probably not even worth the mental effort it
takes to think of them in the first place. Either take the trouble to set
up full Access user-level security, or just educate your users. MDB
passwords are really a false safeguard.
Hope that helps
Tim F
.
- Follow-Ups:
- Re: Two dbs using one linked table
- From: JohnB
- Re: Two dbs using one linked table
- References:
- Two dbs using one linked table
- From: JohnB
- Two dbs using one linked table
- Prev by Date: Re: 2 digits year with 3 digits
- Next by Date: Re: Two dbs using one linked table
- Previous by thread: Two dbs using one linked table
- Next by thread: Re: Two dbs using one linked table
- Index(es):
Relevant Pages
|