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 » Relationships
Relationships
Resolved · Low Priority · Version 2007
Helena has attended:
Access Intermediate course
Access Advanced course
Access VBA course
Relationships
Could you please tell me what an inner join is?
RE: Relationships
Hi Helena
The definition of an Inner Join is:
A join that selects only those records from both database tables that have matching values.
Records with values in the joined field that do not appear in both of the database tables will be excluded from the query. One or more fields can serve as the join fields.
For example an Inner join on the Customers and Order tables will only show Customers with Orders and leave out any customers without Orders or Orders without Customers.
The inner join is also known as an equi-join.
The inner join is the default join type in Microsoft Access.
Hope this helps
Carlos
Thu 9 Apr 2009: Automatically marked as resolved.
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:Modal formsIf you have created a form / switchboard and dont want people to get away from using the switchboard, you can change the form properites for Modal to On. |