=Left([Employee]![FirstName],4)=Left([Earthlink]![FirstName],4)
I am trying to pull information from 2 tables to create a new combined data Table. this returns no data and that I know is wrong.
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.