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
VB.Net - easy question - isnumeric for rowfilter column?
.pdb file
Clipart is crashing Word, how do I recitfy this?
Pivot Table control in C-Sharp
Moving a Certificate Authority (CA) to another DC with different name
MS Access SQL Inserting string value that contain a colon
Resource unavailable when calling modeless dialog from regular MFC dll
Internet selectively disconnecting in Vista after 10-15 minutes.
Excel Macro to check all data in Colum A in sheet1 and delete all cells that contain that in all sheets
Insert field into memo field