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
Access rule ISA 2006
SCW & Exchange 2007
Cannot load TPSMain.exe as CpuPerf.dll not found
Missing Comma Error.....?
query to show anything due in the current week
runtime error 3134 access
add ALL in combobox rowsource query
Restrict Formatting & Editing, Start Enforcement Option not Available
Update Code through VBA
How can i hide root level of TreeView in Silverlight?