G
Guest
hi,
I did a query on a data warehouse table, but for some of the records in the
[userid]column, there is a SPACE or something invible. I made sure that when
I performed the query that I filtered out those records that are not NULL for
this [userid]column, so I know there has to be SOMETHING (maybe a space, who
knows) there even though it appears to be NULL for some records.
The query made a csv file, to which I have linked in MS Access. Here is
some sample data:
account number number of calls contact code userid
254 1 EN
2440 1 SI
22404 1 DE BGKC
131 1
How can I filter out records that do not begin with an actual letter or
number using a query?
Thanks in advance,
geebee
I did a query on a data warehouse table, but for some of the records in the
[userid]column, there is a SPACE or something invible. I made sure that when
I performed the query that I filtered out those records that are not NULL for
this [userid]column, so I know there has to be SOMETHING (maybe a space, who
knows) there even though it appears to be NULL for some records.
The query made a csv file, to which I have linked in MS Access. Here is
some sample data:
account number number of calls contact code userid
254 1 EN
2440 1 SI
22404 1 DE BGKC
131 1
How can I filter out records that do not begin with an actual letter or
number using a query?
Thanks in advance,
geebee