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
Extracting Numbers
query
creating a complicated report in access
Code retriving duplicated numbers.
Creating a service calender Exchange 2007 Outlook 2003/2007
Access runtime opens but is completely blank
How o get most recent record from history?
Reading PDF summary / meta data from properties: title, keywords, author
Excel Macro migration tool
Multiple update statement with foreign key constraints