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
Changing databases.
Use varaible in Docmd.transfertext
Microsoft Exchange 2007 32 bit Product Key
Access Denied in C:\Temp problem
RichTextbox 256 characters
formula disappear after converting from 2003 to 2007
Can't boot from CD drive
copy field value from a form to a table
Setting WPF radio button FontWeight based on Checked value
Delete Files from Temp Directory that are at least 2 hours old