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
Excel #VALUE error fix required
Can we install SCCM in the same machine where the Domain is setup.
Embedding an MSI inside the Setup.exe in Visual Studio
MS ACCESS SQL QUERY - Export Access Query Results to Excel Worksheet
Unable to connect to Team Foundation Server
Error 607
Win2k8 - Join Domain and Lose Network Connectivity
Insert Values
Need to allow a hyphens ("-") for user names in text field
how to grant permission to db_owner to restore the backup database file in sql server