relationships

Forum home » Delegate support and help forum » Microsoft Access Training and help » Relationships

Relationships

resolvedResolved · 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.


 

Access tip:

Modal forms

If 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.

View all Access hints and tips


Server loaded in 0.09 secs.