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
FOREACH LOOP - DOS
SQL Server Error 'The select permission...' when trying to generate scripts
Passing CDIalog to a thread
VMWare Black Screen
is there a procedure view button in vs 2008 like there is in vb6
Taskbar not responding
windows vista gadgets have disappeared
power user to reset Admin password
Change label caption in report header
Force close an .mdb file that is in use then compact and repair it using vba code