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
Code for User Permission level
Trusted Sites button greyed out in IE7 for Windows 2003 Terminal Server domain users sessions
How to create a Second Global Address List in exchange 2007
Input masks for numerical data?
Quotation marks and # signs around variable dates and date parts
Auto-updating a view-based subform
Exporting Access Report as PDF with a unique name
RDP Server Sizing
Running Classic ASP with IIS7
Database Password - unset database password grayed out