Help Required

bzeebee

New member
Local time
Today, 03:27
Joined
Oct 15, 2004
Messages
8
I need to create a test environment in MS ACCESS from the production environment.

I tried to copy the MS ACCESS prod .mdb and paste it on my local drive.

Now i cant edit the tables ..it says its a linked table...

I am new to ms-access and need help...

Please advice!

Bzeebee
 
Last edited:
B,

Most small Access databases are self-contained. If you look at the
Database Window, you'll see that the tables/queries/forms/reports
all exist in the same database.

Access is flexible though and for security/performance reasons people
sometimes "split" their databases. There is a "front-end" with the
user's forms/reports/etc. The "back-end" is a seperate database that
holds only the tables.

Though they are in different .MDB files, they work together. The front
end tables are just pointers to the other databases tables.

Open an Access Database:
Select "File --> Get External Information --> Link Tables
Browse and select another Access Database

You can then choose some/all of its tables to "link".

Access will store the path to the other database name in the table's
link field. You can now use that table just like it was in your original
database (almost).

However, if you move the other database, Access can't find it!
If you move your database to someplace that can't see the other database,
Access can't find it!

Wayne
 

Users who are viewing this thread

Back
Top Bottom