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
bodytype.
Linq Distinct
OWA attachment (docx, xlsx) wants to be saved as zip file. Why?
criteria in dlookup
filter nodes with xquery
Applying a filter to Main form and SubForm based on InputBox
Handling Null values in Microsoft Access query criteria
work with a file name that changes based on that days date
Windows 7 Easy Transfer
Force TransferSpreadsheet to fail on key violation