Figured it out. I needed a sub-query which I didnt even know was possible.
Heres the SQL for anyone who want to achieve something like this in the future. +1 thanks to me....
SELECT tblLotes.Sector, tblLotes.Manzana, tblLotes.Lote_No, tblClientes.Nombre & " " & tblClientes.Apellido AS...