Thanks jdiver, that ALMOST worked 😃
The result i get is:
systemUserID | personID | restriction | personID | fName | mName | lName | personTlf
Only 2 things.
personID is displayed TWICE. How do I go about just getting that ONCE? I tried using DISTINCT, but that didn't work.
Any suggestions?
The second thing is that it must include the results from passwordlist, but I'll include that with p.*.
drawmack
Are you sure you can fetch results from 3 tables without using LEFT or rIGHT joins? I've tried that before without success.
I played around with your suggestion, but couldn't get it working.