I have two questions regarding using the word 'LIKE' in my code. 1) From the help it seems that LIKE is the same as EQUALS. Is that the case?
2) In the code, can you limit the number of characters you want to compare? What I want to do is compare two different columns (both text) in two different tables, but only 20 characters. James Belisle

