98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Linking tables
Linking tables
Resolved · Low Priority · Version 2007
Lauren has attended:
Access Introduction course
Access Intermediate course
Linking tables
We learned how to link tables...what are practical uses for this tool? I work with 2 databases that I've always wanted to link for reporting purposes, but I'm not sure if this is the right way of going about it.
RE: Linking tables
Hello Lauren
Thank you for your question
Here is a link giving instructions on how to link two databases together:
http://www.ehow.com/how_13633_link-data-another.html
Linking tables within one database is done so that you can report on the data and get full records out of the database without duplicating. For example, i have a customer table with all customers and an order table with all orders. I want to know what customer made the order so rather than adding a field called customer name into the orders table, I would add the customerID field from the customer table to the order table and link them on this field. I can then write a query and report showing the order and the customer details who made the order. One customer might have placed ten orders and this method means I only need to add the customer details once in the customer table and link, rather than adding the customer name each time to the order table. (It would inevitably get spelt wrong on some orders etc and would end up in a mess!)
Without linking the tables this would not work. So its very much about learning how to seperate out the data to minimise duplication while still getting out all the information you need.
If this resolves your question, please mark it as resolved. If not, please reply with more information.
Kind regards
Cress
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Action queriesUnlike select queries you cannot use action queries as a data source for the use with forms or reports,as they do not return a dataset that can be read. |