Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT t1.clientID, t1.Trip, t2.Trip
FROM tblClienttrips t1 INNER JOIN tblClienttrips AS t2 ON t1.clientID = t2.clientID
WHERE (((t1.Trip)="Belgium") AND ((t2.Trip)="Argentina"));