This actually works, as long as the Bin is found in the e-mail table. Since the BinName is stored as a string variable, it errors out if I add the delimiters. I already tried it this way -- DLookup("EMAIL", "EMAIL_TBL", "BIN = ' " & BinName &"'". However, when I do it that way, it never...