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 » microsoft access course - How do I link 2 seperate databases to produce one result without
microsoft access course - How do I link 2 seperate databases to produce one result without
Resolved · Low Priority · Version Standard
Clive has attended:
Access Intermediate course
How do I link 2 seperate databases to produce one result without
How do I link 2 seperate databases to produce one result without duplications?
RE: How do I link 2 seperate databases to produce one result wit
Hi Clive
I trust that you found your Access Intermediate course useful.
Firstly start by linking both your tables together, to do this make sure that you have a primary key field in each table i.e. id, then one of the tables will need to contain a field that is the primary key of the other table. By this I mean if you have a customer table and an order table, there may be many orders per customer. So you would have a custID as the primary key in the customer table and in the order table you will have a primary key of orderID, but also a foreign key of custID.
Once the table is set up is complete you can then link the tables by creating a relationship between them. Once this is down you can create a query that will bring back all the information that you want i.e. all orders for all customers.
Hope this solves you MS access database question
David
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:Label printingYou can create a report in Access for printing labels All you have to do is is click New under the Reports object and then select Label Wizard and follow the steps |