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 » ms+access+courses - Queries
ms+access+courses - Queries
Resolved · Low Priority · Version Standard
Per has attended:
Access Intermediate course
Access Introduction course
Queries
How can I create a query that links a company with reports recieved?
RE: Queries
Hi Per
Firstly you would need to link the two tables using primary and foriegn keys. Once this is done you can then use a query to extract all reports for a customer, to do this you would use the fields that link the talbes (primary and foreign keys).
Hope this helps
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:Space marksIt is good practice not i to have space marks for field names as this can lead to problems when using queries or VBA code. It is much better to use an underscore charcter to represent spaces in field names |