First of all, thank you very much!
Do you mean that I should create an extra field with the name alias in my table with the numbers I want?
I tried this code:
SELECT names.* FROM names WHERE IIF([Address] = "Hamilton 20, 1" IIF([Address] = "Varick 43", 2, IIF([Address= "Alion 10",3,0)));
but...