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
VBA - Access/Excel: Scrolling through files in folder, and archiving
Bootable floppy to support LG USB CD-RW in dos mode
Feature ID not registered
OCS 2007 Archiving Query
Creating Daily Activity Tracker in Excel 2003
SSRS: Can I make a rectangle that truly hides
Where to buy Office 2003 OEM Basic CHEAP (but leagal)?
Set break on unhandled errors in Microsoft Options window in Access 2003
There isn't enough memory to perform this operation
How to convert this VB.NET code to VC# code?