geno
10-10-2001, 11:09 AM
Hi, I have two tables, one has a phone field with an area code ie: 2505498876, the other's phone field is ie: 5498876. I need to run a query on the matching phone fields. I've tried to remove the leading characters from the first table with an update query. The function I used is: Mid([Phone],4,Len([Phone])). When I run this I get an error: Undefined function "Mid" in expression. I have used this function before without any errors. Any ideas?