M
Mike
I have a table with a phone number field. All numbers appear to be in the
format of 1234567890.
I've been having other issues with this field and ran a query on it. The
criteria i used was:
Len([Phone])=10
Out of 5500 records or so, it returned nothing. I figured i messed up the
function, so I researched it online and in the help file and determined
that, from what i can tell, my usuage is correct. So i changed it to:
Len([Phone])>7
I got 4 records out of the query.
Any ideas why it wouldn't be returning the length correctly - or at all?
format of 1234567890.
I've been having other issues with this field and ran a query on it. The
criteria i used was:
Len([Phone])=10
Out of 5500 records or so, it returned nothing. I figured i messed up the
function, so I researched it online and in the help file and determined
that, from what i can tell, my usuage is correct. So i changed it to:
Len([Phone])>7
I got 4 records out of the query.
Any ideas why it wouldn't be returning the length correctly - or at all?