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
Fastest Way to Store/Retrieve Data
Image1.Picture = LoadPicture(...) fails in VBA -- Workarounds please?
Scheduled Task creation with VBscript
Loop.sys
cannot view MS Office Documents in IE6
Windows 2008 Terminal Server Mandatory profile error
Get all realted downloads to a subcategory
Unrecognized database format
SBS 2008 iis7 problem
Access VBA