Import several tables & link

  • Thread starter Thread starter Martin ©¿©¬
  • Start date Start date
M

Martin ©¿©¬

HI
I've just commenced the access learning curve
I hope to import/create 14 tables (from Excel)
How do i add and link the 14 tables to 1 new table

I want to be able to edit/view/print each of the 14 tables in their
own right - but also have 1 cumulative table of the 14 combined
(I hope this makes sense)

Is it also possible to have changes in the 1 big table reflected in
one or more of the 14 tables too ??

Martin
©¿©¬
 
HI
I've just commenced the access learning curve
I hope to import/create 14 tables (from Excel)
How do i add and link the 14 tables to 1 new table

Use the import wizard in Access to import from Excel.
I want to be able to edit/view/print each of the 14 tables in their
own right - but also have 1 cumulative table of the 14 combined
(I hope this makes sense)

Basically you would have a query to bring them all together in one view.
How to write the query depends on how the 14 tables are related to one
another.

You don't want another actual table as you would have duplicate data in two
locations.
Is it also possible to have changes in the 1 big table reflected in
one or more of the 14 tables too ??

Unless all 14 tables are related 1-to-1 the query will most likely not be
updateable.

-Steve Huff
 

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