Connecting Two Access Databases

J

Jill

Hi, I was wondering if anyone knows how( or if its possible!) to have two
accesss databases connected? in terms or having relationships between them
etc? Thanks
 
6

'69 Camaro

Hi, Jill.
in terms or having relationships between them

One cannot enforce relational integrity with linked tables. Relational
integrity can only be enforced on tables that reside in the current database
file.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 
J

Jill

Great, Ill google it and see if I come up with anything!! Its for a college
project and my customer wants all the information i stored in seperate
databases. Personally I think seperate tables will do but i will look it up
and see if I can get it to work!

Thanks a million
Jill
 
J

John Vinson

Great, Ill google it and see if I come up with anything!! Its for a college
project and my customer wants all the information i stored in seperate
databases. Personally I think seperate tables will do but i will look it up
and see if I can get it to work!

The user may very well have the mistaken impression that a "table" and
a "database" are two names for the same thing. This is very common for
people with experience in other programs such as dBase or Paradox,
where each table is stored as a separate file, often called a
"database". You may need to explain to this user that Access is
different, and that a "Database" in Access jargon is simply a
container for multiple tables.

You can link to different backends, but as noted, you CANNOT enforce
relational integrity between tables in different databases. This is a
major drawback! In addition, performance and complexity of maintenance
will both suffer.

If the user is concerned about the overall size of the tables,
reassure them that Access has a limit of 2 GByte in any one database,
and that 1,500 MByte databases are quite practical and in routine use.
They might be under the assumption that "10,000 records is awfully big
for one database" - it's not, that's tiny.

John W. Vinson[MVP]
 
J

Jill

Ya John , I thought of this as well.. ill clarify it with the customer.

Thanks everyone for all the help - saved another poor student from going mad!
Jill
 
Top