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
add multiple machines to sccm collection
Acess references
Diagramming Exchange 2003 Message Flow
Sharepoint 2003 with Recycle Bin
SQL - CASE Statement help needed
Word 2007 VBA Macros Disappear
Getting the duration of an audio file using VB.NET
Updating date returned from SQL
SQL statement to create dataset where table date field is > than a datepicker.value
Outlook 2007 - How to migrate two outlook profiles from old computer to new computer