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
Expanding Fields in MS Access Report
Create batch .bat file that does not wait for an application
Custom install of MSOffice 2007 via GPO
Get username and role c#.net
Automatic Email of report in HTML in ASP/oracle
SQL How do I concatenate strings from a column into a single row
PC Client Thinks It Is the Master Browser
Create a Custom Configuration Section with a collection of elements
outlook express contacts to blackberry 8530
How to Grant Local Admin Rights to Domain Users via Group Policy