Hi Diane,
It may be that the number of characters used for your item number codes are such that the first 3 characters stored in the database are not EEZ but perhaps spaces.
Try using the Trim function to remove any leading or trailing spaces, something like this:
Left(Trim({Item #}),3)= "EEZ"