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
data type mismatch
Outlook 2007: Change sensitivity of received Message
Is there a way to use the weeknum function wiih non statndard dates?
VBA to scroll to the top of a freeze pane
Formula, Function or Macro that will eliminate the last 6 characters from a cell value
I have a batch file I would like to make more Professional.
Microsoft SQL Server 2005 Service Pack 3 Failover Clustering (KB955706).
Create a hyperlink in a C# 2005 project to a html page contained in the project
Grouping and SubTotal in Excel 2003
Load picture into image using a recordset