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
windows 7 ultimate drivers
Workflow: Update List Item using multiple "find" criteria
Exchange on Windows Server 2008 R2
replacement for Netscreen Remote VPN
How do you combine 2 Outlook.NK2 into one?
500pts: Help moving bootmgr to another partition?
How do I migrate local users accounts from Windows Server 2003 R2 to a new one?
2 conditions where
Yes/No fields in Access 2007
Excel Average Need to ignore #n/a values