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
trouble 'converting an encoded database'
Outlook Express - transfer NK2 files (or whatever equivelent) - Possible?
Insert Link to File Excel 2007
How to set correct IIS authentication for Exchange 2010
Checking Alphanumeric Character
Directory Tree using Excel/VBA - Retrieve Author/Owner Details as well as file attributes..
Insert Script into Excel Workbooks as module1
DDE from MSAccess to MSExcel
How to TRULY Hide a Column from a DataGridView?
Restore a full backup of a disktop?