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
Proxy Settings
how run a macro(that does some tests) the moment MS Acess fires
How to avoid the Sum of column rounding to .02 more than actual.
runtime error when creating image from stream of bytes (Parameter is not valid)
create query in mdb using ADO and A2k
Hiding RUN and FIND lines of Start Menu
The report server installation is not initialized and i can not initialize it
Need to create an AR Aging Query
Priniting report causes error "2212 couldn't print object"
ASPX webpage not working with IIS