Hi guys!

For two tables is working fine but for three tables i don't now how to do it?

Here is my Select statemebt for two tables:
Code:
Dim strsql2 = "SELECT employe.*,location.* FROM employe INNER JOIN location ON employe.ID_employe = location.ID_employe WHERE employe.ID_employe = " & Form3.manipulatedRow & " "
The third table that i wan't to add it is "job" that is also in relation with table employe.

Please help me with my problem!