How do I link databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am pretty new to access and I want to link three to four databases and I
assume it is done through the ID number. Is this correct. I have tried this
but when I change something in the main database nothing changes in the
others and my objective is that information will change in all databases when
I change something in the main one. Can I do this.

Please help me somebody.
 
I understand you are confusing "databases" with tables? A database is made
up of multiple tables and, in Access, it mostly contains additional objects
too, like queries, forms, reports etc (in Access all of this is stored into
a single file, mostly referred to as the database).

Having cleared this, what you are describing is table joins. To get this
kind of behaviour, you must define relationships between tables in your
database (Tools > Relationships), Enforce Referential Integrity and Cascade
Update Related Fields.

HTH,
Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top