F fredg Mar 21, 2007 #2 I am trying to run a query of all addresses with the street name of Maum. Click to expand... As criteria on the Address column, write: Like "*Maum*" If you wish to give the user the choice of what street name to look for, then use: Like "*" & [What Street] & "*"
I am trying to run a query of all addresses with the street name of Maum. Click to expand... As criteria on the Address column, write: Like "*Maum*" If you wish to give the user the choice of what street name to look for, then use: Like "*" & [What Street] & "*"