Microsoft
Software
Hardware
Network
Question : How I restrict query results to fields of a certain length?
I am running a query and want to restrict the results to those records where the TaxPayer ID field is exactly 9 digits long. I tried putting len([TaxID])=9 in the criteria field, but it keeps changing it to "len([TaxID])="9" (with quotes) when I tab out of the field.
Any idea why?
Answer : How I restrict query results to fields of a certain length?
Oh, sorry.
Field row: IIf([TIN]="" Or IsNull([TIN]),0,Len([TIN])
)
Criteria row: 9
Random Solutions
disable the mousewheel-jump-to-next/pr<wbr />evious-dat<wbr />arow
SQL Server Taking up all my memory
Access 2003 DB: Too many active users
Failed Exchange 2010: Remove data from domain.
ILLEGAL VIEW NAMES VISUAL FOXPRO?
server test.net at level_15 or view_access requires a username and password.
SQL Reporting issue
Index fragmentation
Code Behind Value in Hyperlink Field
SSIS import from Excel giving me nulls