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
Touchpad stopped working on my Sony Vaio laptop
Access - SQL create two tables
Expression to Handle the ZERO
Excel sheet auto insert data
Resize pictures in Word
Export Gridview to csv file - btnExportCSV_Click
Compare two spreadsheets
"Access is denied" when attempting to promote server to become second Domain Controller
I need to download some files via HTTP at the press of a button in MS Access - how would I go about doing this?
"waiting for all snap-ins to complete" on 2008 T/S