Microsoft
Software
Hardware
Network
Question : Dcount with null values
i currently have this code
=DCount("*","v_dashfield ","[Date recorded]=''")
how can i get it to count null values please?
it is a date field.
Answer : Dcount with null values
managed to sort it by myself
if any one is interested for future refrence i had to change code to
=DCount("*","v_dashfield",
"[Date recorded] is null")
cant believe how simple it was.
Random Solutions
IPSec enabled automatically
How To Transpose A Access 2007 Query Result
Program constantsly closes and has "encountered error report"
SQL #Tmp tables
why does this error come up and how can i solve it?
Disable Win XP auto-created printer from being auto-created by Citrix
calling stored procedure from function generates error
Watermark
Virtual Memory Errors
How do I import XML into Excel 2008 for Mac?