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
Login - Username and Password
WCF and basicHttp Error
warning LNK4089: all references to "WSOCK32.dll" discarded by /OPT:REF
how to highlight the current row in Access 2007 split form datasheet
Corrupt Excel file - unable to recover from all machines
Issue Opening Excel File in MS Excel 2007 w/Embedded Links
Network Icons in Taskbar NOT Working Properly
"You don't have the license required to use this Active X Control"
Import Data from Unsaved Excel Spreadsheet to Access Table
SQL 2005 express. Creating tables from a script