Try using the trim as well as the left. Sometimes my dbs add leading spaces for some reason, and that usually solves my problem when nothing is returned.
Trim(Left(([Employee]![FirstName],4))=Trim(Left(([Employee]![FirstName],4))
___________________________________________________________
With your thoughts you create the world--Shakyamuni Buddha